local-llm-server/other/vllm/Paperspace Notebook Docker/update-container.sh

12 lines
185 B
Bash
Executable File

#!/bin/bash
# Run this script to update the container.
# Will restart VLLM as well.
cd /local-llm-server || exit
git fetch
git reset --hard origin/master
supervisorctl restart vllm