Fix bigdl-llm-serving-cpu Dockerfile (#9247)
This commit is contained in:
parent
6cb884d82d
commit
7f66bc5c14
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ ARG TINI_VERSION=v0.18.0
|
|||
ARG PIP_NO_CACHE_DIR=false
|
||||
|
||||
COPY ./entrypoint.sh /opt/entrypoint.sh
|
||||
COPY https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /sbin/tini
|
||||
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /sbin/tini
|
||||
# Install Serving Dependencies
|
||||
RUN mkdir /llm && \
|
||||
cd /llm && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue