From de37ab377145910dd9650a4c690e8fad85fd202a Mon Sep 17 00:00:00 2001 From: Cyberes Date: Sun, 15 Oct 2023 14:51:41 -0600 Subject: [PATCH] docker: actualy do things --- other/vllm/Docker/start-container.sh | 1 + other/vllm/Docker/update-container.sh | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 other/vllm/Docker/update-container.sh 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