Spaces:
BG5
/
Paused

BG5 commited on
Commit
dd077c3
·
verified ·
1 Parent(s): ca6f606

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
30
 
31
  RUN pip install --no-cache-dir --upgrade --break-system-packages -r requirements.txt
32
  RUN echo 'root:12345' | chpasswd
33
- RUN wget -O install.sh https://alist.nn.ci/v3.sh | bash -s install.sh
34
 
35
  EXPOSE 7860
36
 
 
30
 
31
  RUN pip install --no-cache-dir --upgrade --break-system-packages -r requirements.txt
32
  RUN echo 'root:12345' | chpasswd
33
+ RUN wget -O install.sh https://alist.nn.ci/v3.sh && bash install.sh
34
 
35
  EXPOSE 7860
36