Paolo-Fraccaro commited on
Commit
13e4e44
·
1 Parent(s): 78619ba
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,7 +58,7 @@ ENV HOME=/home/user \
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/
 
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/