sca255 commited on
Commit
205a645
1 Parent(s): fa0ef0e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ run apt update -y && apt upgrade -y
3
  copy . .
4
  run git clone https://github.com/rupeshs/fastsdcpu
5
  workdir fastsdcpu
6
- run pip install --upgrade pip
7
  run chmod +x install.sh
8
  run python ../ci.py
9
  run python ../dl.py
 
3
  copy . .
4
  run git clone https://github.com/rupeshs/fastsdcpu
5
  workdir fastsdcpu
6
+ run pip install --upgrade pip requests
7
  run chmod +x install.sh
8
  run python ../ci.py
9
  run python ../dl.py