Commit
·
c4380cb
1
Parent(s):
b4ce788
fix?
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -59,7 +59,7 @@ RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
59 |
RUN conda install -c conda-forge gradio -y
|
60 |
|
61 |
|
62 |
-
RUN git clone
|
63 |
|
64 |
RUN pip3 install fine-tuning-examples/
|
65 |
|
|
|
59 |
RUN conda install -c conda-forge gradio -y
|
60 |
|
61 |
|
62 |
+
RUN git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
63 |
|
64 |
RUN pip3 install fine-tuning-examples/
|
65 |
|