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

6 lines
164 B
Bash
Raw Normal View History

2023-10-15 14:50:04 -06:00
#!/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