Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -56,7 +56,8 @@ RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39
|
|
56 |
# Install rust, add it to path
|
57 |
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
|
58 |
ENV PATH="/root/.cargo/bin:${PATH}"
|
59 |
-
|
|
|
60 |
WORKDIR $HOME/app
|
61 |
|
62 |
#######################################
|
|
|
56 |
# Install rust, add it to path
|
57 |
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
|
58 |
ENV PATH="/root/.cargo/bin:${PATH}"
|
59 |
+
RUN chmod -R 777 /rust
|
60 |
+
RUN chmod -R 777 /root/.cargo/
|
61 |
WORKDIR $HOME/app
|
62 |
|
63 |
#######################################
|