Commit
·
3b5193c
1
Parent(s):
560501f
add channel
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -56,7 +56,7 @@ RUN conda install pillow -y
|
|
56 |
|
57 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
58 |
|
59 |
-
RUN conda install -c conda-forge gradio -y
|
60 |
|
61 |
RUN git clone git+https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
62 |
|
|
|
56 |
|
57 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
58 |
|
59 |
+
RUN conda install -c conda-forge gradio -y
|
60 |
|
61 |
RUN git clone git+https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
|
62 |
|