Spaces:
Runtime error
Runtime error
update docker
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -24,6 +24,7 @@ RUN pip install torch torchvision torchaudio
|
|
24 |
RUN mim install mmengine
|
25 |
RUN pip install mmcv==2.1.0 -f https://download.openmmlab.com/mmcv/dist/cu118/torch2.1/index.html
|
26 |
RUN pip install git+https://github.com/open-mmlab/mmdetection.git@v3.3.0
|
|
|
27 |
|
28 |
# Run the install_deps.sh script
|
29 |
RUN /bin/bash /code/install_deps.sh
|
|
|
24 |
RUN mim install mmengine
|
25 |
RUN pip install mmcv==2.1.0 -f https://download.openmmlab.com/mmcv/dist/cu118/torch2.1/index.html
|
26 |
RUN pip install git+https://github.com/open-mmlab/mmdetection.git@v3.3.0
|
27 |
+
RUN pip install -U gradio
|
28 |
|
29 |
# Run the install_deps.sh script
|
30 |
RUN /bin/bash /code/install_deps.sh
|