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

6 lines
164 B
Bash

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