jbilcke-hf HF staff commited on
Commit
ae53e48
·
1 Parent(s): 941453d

does it work?

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -41,9 +41,7 @@ RUN npm install
41
 
42
 
43
  # we need Rust
44
- RUN curl https://sh.rustup.rs -sSf > rustup.sh
45
- RUN chmod +x ./rustup.sh
46
- RUN sh ./install.sh -y
47
 
48
  # SHELL ["/bin/bash", "-c"]
49
 
 
41
 
42
 
43
  # we need Rust
44
+ RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
 
 
45
 
46
  # SHELL ["/bin/bash", "-c"]
47