mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +00:00
feat(neuron): cleanup Dockerfile
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse is not required anymore.
This commit is contained in:
parent
d59b4fdce9
commit
be06297e62
@ -24,8 +24,6 @@ RUN cargo install cargo-chef --locked
|
|||||||
|
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
|
|
||||||
ARG CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
|
|
||||||
|
|
||||||
FROM chef AS planner
|
FROM chef AS planner
|
||||||
COPY backends/neuron/Cargo.toml Cargo.toml
|
COPY backends/neuron/Cargo.toml Cargo.toml
|
||||||
COPY Cargo.lock Cargo.lock
|
COPY Cargo.lock Cargo.lock
|
||||||
|
Loading…
Reference in New Issue
Block a user