Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -75,7 +75,7 @@ RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
|
|
75 |
# Install rust, add it to path
|
76 |
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
|
77 |
ENV PATH="/root/.cargo/bin:${PATH}"
|
78 |
-
RUN chmod -R 777
|
79 |
|
80 |
#######################################
|
81 |
# End root user section
|
|
|
75 |
# Install rust, add it to path
|
76 |
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
|
77 |
ENV PATH="/root/.cargo/bin:${PATH}"
|
78 |
+
RUN chmod -R 777 $HOME/.cargo/
|
79 |
|
80 |
#######################################
|
81 |
# End root user section
|