docker: update build script

This commit is contained in:
Cyberes 2023-10-15 16:06:36 -06:00
parent d68dd7127f
commit 92ae8312af
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
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 . -f Dockerfile.base -t cyberes/paperspace-vllm-base --no-cache && sudo docker push cyberes/paperspace-vllm-base:latest
sudo docker build . -t cyberes/vllm-paperspace && sudo docker push cyberes/vllm-paperspace:latest