ygauravyy commited on
Commit
5c7f9d6
·
verified ·
1 Parent(s): 90c4ee1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ RUN pip install torch==2.0.0
25
  RUN mim install mmcv-full==1.7.0
26
  RUN pip install mmdet==2.27.0
27
  RUN pip install torchserve
 
28
 
29
  # bugfix for xtcocoapi, an mmpose dependency
30
  RUN git clone https://github.com/jin-s13/xtcocoapi.git
 
25
  RUN mim install mmcv-full==1.7.0
26
  RUN pip install mmdet==2.27.0
27
  RUN pip install torchserve
28
+ RUN pip install gradio
29
 
30
  # bugfix for xtcocoapi, an mmpose dependency
31
  RUN git clone https://github.com/jin-s13/xtcocoapi.git