mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 12:32:10 +00:00
Less cache misses on cargo build.
This commit is contained in:
parent
2c1ff79d38
commit
346f77f8ba
@ -23,6 +23,9 @@ COPY --from=planner /usr/src/recipe.json recipe.json
|
||||
COPY Cargo.lock Cargo.lock
|
||||
RUN cargo chef cook --release --recipe-path recipe.json
|
||||
|
||||
ARG GIT_SHA
|
||||
ARG DOCKER_LABEL
|
||||
|
||||
COPY Cargo.toml Cargo.toml
|
||||
COPY rust-toolchain.toml rust-toolchain.toml
|
||||
COPY proto proto
|
||||
|
Loading…
Reference in New Issue
Block a user