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