sca255 commited on
Commit
0ce08d0
1 Parent(s): f4abfa4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -1,8 +1,9 @@
1
  from python:3.11
 
2
  run git clone https://github.com/rupeshs/fastsdcpu
3
  workdir fastsdcpu
4
  run chmod +x install.sh
5
- run ./install.sh
6
  run python ../dl.py
7
  run python ../cfg.py
8
- CMD ./start-webui.sh
 
1
  from python:3.11
2
+ run sudo apt update -y && sudo apt upgrade -y
3
  run git clone https://github.com/rupeshs/fastsdcpu
4
  workdir fastsdcpu
5
  run chmod +x install.sh
6
+ run bash ./install.sh
7
  run python ../dl.py
8
  run python ../cfg.py
9
+ CMD bash ./start-webui.sh