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
72
72
ENV PATH="/root/.cargo/bin:${PATH}"
73
73
74
74
# 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 \
77
77
rustup show
78
78
79
79
# 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
71
71
ENV PATH="/root/.cargo/bin:${PATH}"
72
72
73
73
# 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 \
76
76
rustup show
77
77
78
78
# 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
71
71
ENV PATH="/root/.cargo/bin:${PATH}"
72
72
73
73
# 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 \
76
76
rustup show
77
77
78
78
# 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
71
71
ENV PATH="/root/.cargo/bin:${PATH}"
72
72
73
73
# 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 \
76
76
rustup show
77
77
78
78
# Add nvvm to LD_LIBRARY_PATH.
You can’t perform that action at this time.
0 commit comments