Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@ from python:3.11
|
|
2 |
run apt update -y && 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
|
|
|
2 |
run apt update -y && apt upgrade -y
|
3 |
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 bash ./install.sh
|
8 |
run python ../dl.py
|