From 782678de5fcbfc37e5df0bb580271e133e9853d6 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Sun, 1 Oct 2023 02:09:37 -0600 Subject: [PATCH] Update 'other/vllm/Docker/Dockerfile' --- other/vllm/Docker/Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/other/vllm/Docker/Dockerfile b/other/vllm/Docker/Dockerfile index b25ef7c..4064981 100644 --- a/other/vllm/Docker/Dockerfile +++ b/other/vllm/Docker/Dockerfile @@ -7,10 +7,6 @@ RUN pip3 install --upgrade pip setuptools wheel RUN git clone https://git.evulid.cc/cyberes/local-llm-server.git /local-llm-server -WORKDIR /local-llm-server - -RUN python3 -m venv /venv - RUN python3 -m venv /jupyterlab RUN /jupyterlab/bin/pip install jupyterlab RUN /jupyterlab/bin/jupyter labextension disable "@jupyterlab/apputils-extension:announcements" @@ -21,6 +17,9 @@ RUN unzip -j /tmp/rathole.zip -d /tmp RUN rm /tmp/rathole.zip RUN cp /tmp/rathole /app +RUN python3 -m venv /venv +WORKDIR /local-llm-server + # The local local-llm-server repo may be cached, so we will fetch and reset to the remote every time. # Also, make sure there weren't any pip deps added. ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache