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

9 lines
300 B
Bash
Raw Normal View History

2023-10-15 14:50:04 -06:00
#!/bin/bash
# Build and push the container.
2023-10-15 15:45:25 -06:00
git pull
git pull
2023-10-15 16:50:04 -06:00
sudo docker build . -f Dockerfile.base -t cyberes/vllm-paperspace-base --no-cache && sudo docker push cyberes/vllm-paperspace-base:latest
2023-10-15 15:45:25 -06:00
sudo docker build . -t cyberes/vllm-paperspace && sudo docker push cyberes/vllm-paperspace:latest