dfalbel commited on
Commit
dc41f47
1 Parent(s): f4e4284

Correct skip prompt

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN install2.r --error \
11
 
12
  RUN apt-get -y update && \
13
  apt-get -y install curl && \
14
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
15
 
16
  # Install development packages from GitHub
17
  ENV TORCH_INSTALL=1
 
11
 
12
  RUN apt-get -y update && \
13
  apt-get -y install curl && \
14
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
15
 
16
  # Install development packages from GitHub
17
  ENV TORCH_INSTALL=1