Skip to content

Commit

Permalink
feat(neuron): cleanup Dockerfile
Browse files Browse the repository at this point in the history
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse is not required anymore.
  • Loading branch information
dacorvo committed Feb 26, 2025
1 parent d59b4fd commit be06297
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.neuron
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ RUN cargo install cargo-chef --locked

WORKDIR /usr/src

ARG CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

FROM chef AS planner
COPY backends/neuron/Cargo.toml Cargo.toml
COPY Cargo.lock Cargo.lock
Expand Down

0 comments on commit be06297

Please sign in to comment.