Update Dockerfile (#9981)
This commit is contained in:
parent
a2718038f7
commit
de27ddd81a
1 changed files with 2 additions and 2 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue