docker: remove updater script
This commit is contained in:
parent
c56ad3c66a
commit
2d2d776fd7
|
@ -21,7 +21,8 @@ fi
|
||||||
# Copy the idling notebook to storage. This will create a blank notebook every
|
# Copy the idling notebook to storage. This will create a blank notebook every
|
||||||
# time the container is started.
|
# time the container is started.
|
||||||
cp /local-llm-server/other/vllm/Docker/idle.ipynb /notebooks/idle.ipynb
|
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..."
|
echo "LAUNCHING SERVICES..."
|
||||||
|
|
||||||
|
|
Reference in New Issue