Paolo-Fraccaro commited on
Commit
0bf8c3b
·
1 Parent(s): 13e4e44
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -57,8 +57,8 @@ ENV HOME=/home/user \
57
 
58
 
59
  RUN --mount=type=secret,id=git_token,mode=0444,required=true \
60
- echo $(https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git) \
61
- git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
62
 
63
  RUN cd hls-foundation-os
64
  RUN pip3 install fine-tuning-examples/
 
57
 
58
 
59
  RUN --mount=type=secret,id=git_token,mode=0444,required=true \
60
+ echo $(https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git) \
61
+ git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
62
 
63
  RUN cd hls-foundation-os
64
  RUN pip3 install fine-tuning-examples/