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

9 lines
300 B
Bash

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