Commit
·
78619ba
1
Parent(s):
0bf679d
again
Browse files- Dockerfile +1 -6
Dockerfile
CHANGED
@@ -45,11 +45,6 @@ ENV HOME=/home/user \
|
|
45 |
GRADIO_THEME=huggingface \
|
46 |
SYSTEM=spaces
|
47 |
|
48 |
-
|
49 |
-
# RUN /miniconda/bin/conda init bash
|
50 |
-
|
51 |
-
# RUN conda install python=3.9
|
52 |
-
|
53 |
# RUN conda install python=3.8
|
54 |
|
55 |
# RUN pip3 install setuptools-rust
|
@@ -62,7 +57,7 @@ ENV HOME=/home/user \
|
|
62 |
|
63 |
|
64 |
RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
65 |
-
|
66 |
git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
67 |
|
68 |
RUN cd hls-foundation-os
|
|
|
45 |
GRADIO_THEME=huggingface \
|
46 |
SYSTEM=spaces
|
47 |
|
|
|
|
|
|
|
|
|
|
|
48 |
# RUN conda install python=3.8
|
49 |
|
50 |
# RUN pip3 install setuptools-rust
|
|
|
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
|