mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
fix: include the video feature in cargo chef command
This commit is contained in:
parent
27f758de0a
commit
4f42d0c731
@ -41,7 +41,7 @@ RUN PROTOC_ZIP=protoc-21.12-linux-x86_64.zip && \
|
|||||||
rm -f $PROTOC_ZIP
|
rm -f $PROTOC_ZIP
|
||||||
|
|
||||||
COPY --from=planner /usr/src/recipe.json recipe.json
|
COPY --from=planner /usr/src/recipe.json recipe.json
|
||||||
RUN cargo chef cook --profile release-opt --recipe-path recipe.json
|
RUN cargo chef cook --profile release-opt --features video --recipe-path recipe.json
|
||||||
|
|
||||||
ARG GIT_SHA
|
ARG GIT_SHA
|
||||||
ARG DOCKER_LABEL
|
ARG DOCKER_LABEL
|
||||||
|
Loading…
Reference in New Issue
Block a user