diff --git a/other/vllm/Docker/Dockerfile b/other/vllm/Docker/Dockerfile index ca83efd..cd2b277 100644 --- a/other/vllm/Docker/Dockerfile +++ b/other/vllm/Docker/Dockerfile @@ -62,9 +62,6 @@ RUN cp /local-llm-server/other/vllm/Docker/supervisord.conf /etc/supervisor/conf RUN cp /local-llm-server/other/vllm/Docker/start-vllm.sh /app/start-vllm.sh RUN cp /local-llm-server/other/vllm/Docker/start-container.sh /app/start.sh -# Copy your secrets in -# COPY ./jupyter /app/jupyter - RUN mkdir -p /var/log/app/ RUN chown -R apiserver:apiserver /local-llm-server && \