Fix bigdl-llm-serving-cpu Dockerfile (#9247)

This commit is contained in:
Guancheng Fu 2023-10-23 16:51:30 +08:00 committed by GitHub
parent 6cb884d82d
commit 7f66bc5c14

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 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 && \