diff --git a/other/vllm/Docker/start-container.sh b/other/vllm/Docker/start-container.sh index c28d082..a80fab0 100644 --- a/other/vllm/Docker/start-container.sh +++ b/other/vllm/Docker/start-container.sh @@ -21,6 +21,7 @@ fi # Copy the idling notebook to storage. This will create a blank notebook every # time the container is started. cp /local-llm-server/other/vllm/Docker/idle.ipynb /notebooks/idle.ipynb +cp /local-llm-server/other/vllm/Docker/update-container.sh /notebooks/update-container.sh echo "LAUNCHING SERVICES..." diff --git a/other/vllm/Docker/update-container.sh b/other/vllm/Docker/update-container.sh old mode 100644 new mode 100755