Spaces:
Building
Building
Update Dockerfile
Browse files- 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
|