Update 'other/vllm/Docker/Dockerfile'
This commit is contained in:
parent
c65b722211
commit
79fef7bc5a
|
@ -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 && \
|
||||
|
|
Reference in New Issue