carlosgomes98
commited on
Commit
•
4b76dd1
1
Parent(s):
7645c5b
checkout correctly
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -58,11 +58,13 @@ RUN pip install gradio
|
|
58 |
WORKDIR /home/user
|
59 |
|
60 |
RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
61 |
-
git clone --branch mmseg-only https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
62 |
|
63 |
|
64 |
WORKDIR hls-foundation-os
|
65 |
|
|
|
|
|
66 |
RUN pip install -e .
|
67 |
|
68 |
RUN mim install mmcv-full==1.6.2 -f https://download.openmmlab.com/mmcv/dist/11.5/1.11.0/index.html
|
|
|
58 |
WORKDIR /home/user
|
59 |
|
60 |
RUN --mount=type=secret,id=git_token,mode=0444,required=true \
|
61 |
+
git clone --branch mmseg-only https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
62 |
|
63 |
|
64 |
WORKDIR hls-foundation-os
|
65 |
|
66 |
+
RUN git checkout 9968269915db8402bf4a6d0549df9df57d489e5a
|
67 |
+
|
68 |
RUN pip install -e .
|
69 |
|
70 |
RUN mim install mmcv-full==1.6.2 -f https://download.openmmlab.com/mmcv/dist/11.5/1.11.0/index.html
|