Update Dockerfile (#9981)

This commit is contained in:
Lilac09 2024-01-24 11:10:06 +08:00 committed by GitHub
parent a2718038f7
commit de27ddd81a

View file

@ -8,7 +8,7 @@ ARG TINI_VERSION=v0.18.0
ARG PIP_NO_CACHE_DIR=false
COPY ./entrypoint.sh /opt/entrypoint.sh
COPY ./model_adapter.py/patch /llm/model_adapter.py.patch
COPY ./model_adapter.py.patch /llm/model_adapter.py.patch
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /sbin/tini
# Install Serving Dependencies
RUN cd /llm && \
@ -21,4 +21,4 @@ RUN cd /llm && \
WORKDIR /llm/
ENTRYPOINT [ "/opt/entrypoint.sh" ]
ENTRYPOINT [ "/opt/entrypoint.sh" ]