File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ RUN curl -sSf -L https://sh.rustup.rs | bash -s -- -y
7272ENV PATH="/root/.cargo/bin:${PATH}"
7373
7474# Setup the workspace
75- WORKDIR /data/Rust-CUDA
76- RUN --mount=type=bind,source=rust-toolchain.toml,target=/data/Rust-CUDA /rust-toolchain.toml \
75+ WORKDIR /data/rust-cuda
76+ RUN --mount=type=bind,source=rust-toolchain.toml,target=/data/rust-cuda /rust-toolchain.toml \
7777 rustup show
7878
7979# Add nvvm to LD_LIBRARY_PATH.
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ RUN curl -sSf -L https://sh.rustup.rs | bash -s -- -y
7171ENV PATH="/root/.cargo/bin:${PATH}"
7272
7373# Setup the workspace
74- WORKDIR /data/Rust-CUDA
75- RUN --mount=type=bind,source=rust-toolchain.toml,target=/data/Rust-CUDA /rust-toolchain.toml \
74+ WORKDIR /data/rust-cuda
75+ RUN --mount=type=bind,source=rust-toolchain.toml,target=/data/rust-cuda /rust-toolchain.toml \
7676 rustup show
7777
7878# Add nvvm to LD_LIBRARY_PATH.
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ RUN curl -sSf -L https://sh.rustup.rs | bash -s -- -y
7171ENV PATH="/root/.cargo/bin:${PATH}"
7272
7373# Setup the workspace
74- WORKDIR /data/Rust-CUDA
75- RUN --mount=type=bind,source=rust-toolchain.toml,target=/data/Rust-CUDA /rust-toolchain.toml \
74+ WORKDIR /data/rust-cuda
75+ RUN --mount=type=bind,source=rust-toolchain.toml,target=/data/rust-cuda /rust-toolchain.toml \
7676 rustup show
7777
7878# Add nvvm to LD_LIBRARY_PATH.
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ RUN curl -sSf -L https://sh.rustup.rs | bash -s -- -y
7171ENV PATH="/root/.cargo/bin:${PATH}"
7272
7373# Setup the workspace
74- WORKDIR /data/Rust-CUDA
75- RUN --mount=type=bind,source=rust-toolchain.toml,target=/data/Rust-CUDA /rust-toolchain.toml \
74+ WORKDIR /data/rust-cuda
75+ RUN --mount=type=bind,source=rust-toolchain.toml,target=/data/rust-cuda /rust-toolchain.toml \
7676 rustup show
7777
7878# Add nvvm to LD_LIBRARY_PATH.
You can’t perform that action at this time.
0 commit comments