From e650c4e891ad3e655798efe7c1fcdc363572775b Mon Sep 17 00:00:00 2001 From: Cyberes Date: Sun, 15 Oct 2023 16:00:26 -0600 Subject: [PATCH] docker: install jupiter notebook --- other/vllm/Docker/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/vllm/Docker/Dockerfile.base b/other/vllm/Docker/Dockerfile.base index 399a4b3..96cff0a 100644 --- a/other/vllm/Docker/Dockerfile.base +++ b/other/vllm/Docker/Dockerfile.base @@ -12,7 +12,7 @@ RUN pip3 install --upgrade pip setuptools wheel RUN git clone https://git.evulid.cc/cyberes/local-llm-server.git /local-llm-server RUN python3 -m venv /jupyterlab -RUN /jupyterlab/bin/pip install jupyterlab +RUN /jupyterlab/bin/pip install jupyterlab notebook RUN /jupyterlab/bin/jupyter labextension disable "@jupyterlab/apputils-extension:announcements" RUN mkdir -p /app