diff --git a/other/vllm/Docker/start-container.sh b/other/vllm/Docker/start-container.sh index a80fab0..eeae2da 100644 --- a/other/vllm/Docker/start-container.sh +++ b/other/vllm/Docker/start-container.sh @@ -21,7 +21,8 @@ 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 + +# cp /local-llm-server/other/vllm/Docker/update-container.sh /notebooks/update-container.sh echo "LAUNCHING SERVICES..."