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