Paolo-Fraccaro
commited on
Commit
•
f941faa
1
Parent(s):
1049542
maybe
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -59,15 +59,16 @@ RUN conda install -c conda-forge gradio -y
|
|
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 |
WORKDIR /home/user
|
64 |
|
65 |
RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
66 |
git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
67 |
|
68 |
|
69 |
-
|
70 |
-
|
|
|
71 |
|
72 |
|
73 |
# RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
|
|
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 |
WORKDIR /home/user
|
64 |
|
65 |
RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
66 |
git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
67 |
|
68 |
|
69 |
+
WORKDIR hls-foundation-os
|
70 |
+
|
71 |
+
RUN pip3 install fine-tuning-examples/
|
72 |
|
73 |
|
74 |
# RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|