sca255 commited on
Commit
f0abee4
1 Parent(s): b7bbc01

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ run git clone https://github.com/rupeshs/fastsdcpu
4
  workdir fastsdcpu
5
  run pip install --upgrade pip
6
  run chmod +x install.sh
7
- run bash ./install.sh
8
  run python ../dl.py
9
  run python ../cfg.py
10
  CMD bash ./start-webui.sh
 
4
  workdir fastsdcpu
5
  run pip install --upgrade pip
6
  run chmod +x install.sh
7
+ run python ci.py
8
  run python ../dl.py
9
  run python ../cfg.py
10
  CMD bash ./start-webui.sh