File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM nvidia/cuda:12.2.0-devel-ubuntu22.04 AS base-builder
33ENV SCCACHE=0.5.4
44ENV RUSTC_WRAPPER=/usr/local/bin/sccache
55ENV PATH="/root/.cargo/bin:${PATH}"
6- # aligned with `cargo-chef` version in `lukemathwalker/cargo-chef:latest-rust-1.75-bookworm`
6+ # aligned with `cargo-chef` version in `lukemathwalker/cargo-chef:latest-rust-1.75-bookworm`
77ENV CARGO_CHEF=0.1.62
88
99RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM nvidia/cuda:12.2.0-devel-ubuntu22.04 AS base-builder
33ENV SCCACHE=0.5.4
44ENV RUSTC_WRAPPER=/usr/local/bin/sccache
55ENV PATH="/root/.cargo/bin:${PATH}"
6- # aligned with `cargo-chef` version in `lukemathwalker/cargo-chef:latest-rust-1.75-bookworm`
6+ # aligned with `cargo-chef` version in `lukemathwalker/cargo-chef:latest-rust-1.75-bookworm`
77ENV CARGO_CHEF=0.1.62
88
99RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments