We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77856c2 commit 47e13e1Copy full SHA for 47e13e1
docker/mkl-rust.Dockerfile
@@ -26,7 +26,9 @@ RUN ldconfig
26
ENV PKG_CONFIG_PATH /opt/intel/mkl/bin/pkgconfig
27
RUN sed -i "s/MKLROOT/prefix/g" ${PKG_CONFIG_PATH}/*.pc
28
29
-# Setup basic rust development tools
30
WORKDIR /src
+RUN chmod -R a+w /src
31
+
32
+# Setup basic rust development tools
33
RUN cargo install cargo-tarpaulin
34
RUN rustup component add rustfmt clippy
0 commit comments