ygauravyy commited on
Commit
6450803
·
verified ·
1 Parent(s): 25eb4da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN pip install mmdet==2.27.0
26
  RUN pip install torchserve
27
  RUN pip install mmpose==0.29.0
28
  RUN pip install torchvision==0.15.1
29
- RUN pip install numpy==1.24.4 scikit-image scipy opencv-python requests pyyaml flask glfw PyOpenGL Pillow shapely tqdm
30
 
31
  # bugfix for xtcocoapi, an mmpose dependency
32
  RUN git clone https://github.com/jin-s13/xtcocoapi.git
 
26
  RUN pip install torchserve
27
  RUN pip install mmpose==0.29.0
28
  RUN pip install torchvision==0.15.1
29
+ RUN pip install numpy==1.24.4 scikit-image scipy opencv-python requests pyyaml flask glfw PyOpenGL Pillow shapely tqdm gradio
30
 
31
  # bugfix for xtcocoapi, an mmpose dependency
32
  RUN git clone https://github.com/jin-s13/xtcocoapi.git