Update Dockerfile
Browse files- 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
|
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
|