Paolo-Fraccaro commited on
Commit
dab8f6c
1 Parent(s): e3ef12e

install gradio with conda

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -0
  2. requirements.txt +0 -1
Dockerfile CHANGED
@@ -45,6 +45,8 @@ ENV HOME=/home/user \
45
 
46
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
47
 
 
 
48
  RUN git clone git+https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
49
 
50
  RUN pip3 install fine-tuning-examples/
 
45
 
46
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
47
 
48
+ RUN conda install gradio -y
49
+
50
  RUN git clone git+https://$(cat /run/secrets/git_token)@github.com/NASA-IMPACT/hls-foundation-os.git
51
 
52
  RUN pip3 install fine-tuning-examples/
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
  torch==1.7.1
2
  torchvision==0.8.2
3
  openmim
4
- gradio
 
1
  torch==1.7.1
2
  torchvision==0.8.2
3
  openmim