adjust docker caching

This commit is contained in:
Cyberes 2023-10-15 12:16:12 -06:00
parent aba79bdcf7
commit f849e17944
1 changed files with 0 additions and 4 deletions

View File

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