We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a71a2 commit 60d3179Copy full SHA for 60d3179
Dockerfile
@@ -31,6 +31,9 @@ ENV PATH="${CARGO_HOME}/bin:${PATH}"
31
RUN rustup component add rust-src
32
33
USER ${NB_UID}
34
+# Update cargo home for users
35
+ENV CARGO_HOME="${HOME}/.cargo"
36
+ENV PATH="${CARGO_HOME}/bin:${PATH}"
37
38
# Use solution from https://github.com/NASA-Openscapes/corn/blob/main/ci/Dockerfile
39
# for installing VS Code extensions.
0 commit comments