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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  from python:3.11
2
- run sudo apt update -y && sudo apt upgrade -y
3
  run git clone https://github.com/rupeshs/fastsdcpu
4
  workdir fastsdcpu
5
  run chmod +x install.sh
 
1
  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