Update 'other/vllm/Docker/Dockerfile'

This commit is contained in:
Cyberes 2023-09-30 19:04:31 -06:00
parent c65b722211
commit 79fef7bc5a
1 changed files with 0 additions and 3 deletions

View File

@ -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 && \