Spaces:
Runtime error
Runtime error
upgradio
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ WORKDIR $HOME/app
|
|
| 29 |
RUN git clone https://github.com/Flode-Labs/vid2densepose.git $HOME/app
|
| 30 |
|
| 31 |
# Install dependencies
|
| 32 |
-
RUN pip install --no-cache-dir -r requirements.txt gradio
|
| 33 |
|
| 34 |
RUN git clone https://github.com/facebookresearch/detectron2.git
|
| 35 |
|
|
|
|
| 29 |
RUN git clone https://github.com/Flode-Labs/vid2densepose.git $HOME/app
|
| 30 |
|
| 31 |
# Install dependencies
|
| 32 |
+
RUN pip install --no-cache-dir -r requirements.txt gradio==4.44.0
|
| 33 |
|
| 34 |
RUN git clone https://github.com/facebookresearch/detectron2.git
|
| 35 |
|