nateraw commited on
Commit
1c02617
·
1 Parent(s): 436e50f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -56,7 +56,7 @@ 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
- RUN chmod -R 777 /rust
60
  RUN chmod -R 777 /root/.cargo/
61
  WORKDIR $HOME/app
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