local-llm-server/other/vllm/Docker/build-docker.sh

9 lines
289 B
Bash

#!/bin/bash
# Build and push the container.
git pull
git pull
sudo docker build . -f Dockerfile.base -t cyberes/paperspace-vllm-base && sudo docker push cyberes/paperspace-vllm-base:latest
sudo docker build . -t cyberes/vllm-paperspace && sudo docker push cyberes/vllm-paperspace:latest