fffiloni commited on
Commit
3ad8ba8
·
verified ·
1 Parent(s): a0ea40f
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ WORKDIR $HOME/app
29
  RUN git clone https://github.com/Flode-Labs/vid2densepose.git $HOME/app
30
 
31
  # Install dependencies
32
- RUN pip install --no-cache-dir -r requirements.txt gradio
33
 
34
  RUN git clone https://github.com/facebookresearch/detectron2.git
35
 
 
29
  RUN git clone https://github.com/Flode-Labs/vid2densepose.git $HOME/app
30
 
31
  # Install dependencies
32
+ RUN pip install --no-cache-dir -r requirements.txt gradio==4.44.0
33
 
34
  RUN git clone https://github.com/facebookresearch/detectron2.git
35