sca255 commited on
Commit
46c55eb
1 Parent(s): b7451de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
- from python:3.11
2
  ARG TOKEN
 
 
3
  run apt update -y && apt upgrade -y
4
  copy . .
5
  run git clone https://github.com/rupeshs/fastsdcpu
@@ -8,6 +9,6 @@ workdir fastsdcpu
8
  run pip install --upgrade pip requests
9
  run chmod +x install.sh
10
  run python ../ci.py
11
- run ../dl.py $TOKEN
12
  run python ../cfg.py
13
  CMD bash ./start-webui.sh
 
 
1
  ARG TOKEN
2
+ from python:3.11
3
+
4
  run apt update -y && apt upgrade -y
5
  copy . .
6
  run git clone https://github.com/rupeshs/fastsdcpu
 
9
  run pip install --upgrade pip requests
10
  run chmod +x install.sh
11
  run python ../ci.py
12
+ run python ../dl.py $TOKEN
13
  run python ../cfg.py
14
  CMD bash ./start-webui.sh