From f849e1794442e6d0c4eb51b1cb3078c5aebb2c82 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Sun, 15 Oct 2023 12:16:12 -0600 Subject: [PATCH] adjust docker caching --- other/vllm/Docker/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/other/vllm/Docker/Dockerfile b/other/vllm/Docker/Dockerfile index c390107..d6f43ed 100644 --- a/other/vllm/Docker/Dockerfile +++ b/other/vllm/Docker/Dockerfile @@ -55,8 +55,6 @@ COPY --from=build /venv /venv COPY --from=build /app /app COPY --from=build /jupyterlab /jupyterlab -ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache - COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY start-vllm.sh /app/start-vllm.sh COPY start-container.sh /app/start.sh @@ -70,8 +68,6 @@ RUN git config --global --add safe.directory /local-llm-server RUN chmod +x /app/start.sh -RUN rm skipcache - ENV SHELL="/bin/bash" # Expose Jupyter. We don't need to expose