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