Paolo-Fraccaro
commited on
Commit
•
fa235d2
1
Parent(s):
bfcdd93
fix clone
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -75,7 +75,7 @@ RUN conda install -c conda-forge gradio -y
|
|
75 |
WORKDIR /home/user
|
76 |
|
77 |
RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
78 |
-
git clone https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
79 |
|
80 |
|
81 |
WORKDIR hls-foundation-os
|
|
|
75 |
WORKDIR /home/user
|
76 |
|
77 |
RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
78 |
+
git clone --branch mmseg-only https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
79 |
|
80 |
|
81 |
WORKDIR hls-foundation-os
|