sca255 commited on
Commit
b7bbc01
1 Parent(s): 0d8a444

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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