adjust docker caching
This commit is contained in:
parent
aba79bdcf7
commit
f849e17944
|
@ -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
|
||||
|
|
Reference in New Issue