sca255 commited on
Commit
cecf483
·
verified ·
1 Parent(s): 73846cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
 
2
  from python:3.11
3
- RUN --mount=type=secret,id=TOKEN,mode=0444,required=true \
4
  run apt update -y && apt upgrade -y
5
  copy . .
6
  run git clone https://github.com/rupeshs/fastsdcpu
 
1
 
2
  from python:3.11
3
+ RUN --mount=type=secret,id=TOKEN,mode=0444,required=true
4
  run apt update -y && apt upgrade -y
5
  copy . .
6
  run git clone https://github.com/rupeshs/fastsdcpu