Skip to content

Commit

Permalink
Fixing packages in Dockerfile (huggingface#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseyfa authored Jun 19, 2024
1 parent ca1b2f4 commit 1033d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN PROTOC_ZIP=protoc-21.12-linux-x86_64.zip && \
rm -f $PROTOC_ZIP

COPY --from=planner /usr/src/recipe.json recipe.json
COPY Cargo.lock Cargo.lock
RUN cargo chef cook --release --recipe-path recipe.json

COPY Cargo.toml Cargo.toml
Expand Down

0 comments on commit 1033d3b

Please sign in to comment.