Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ WORKDIR $HOME/app
|
|
| 29 |
RUN git clone https://github.com/sczhou/ProPainter.git $HOME/app
|
| 30 |
|
| 31 |
# Install specific versions of PyTorch and TorchVision
|
| 32 |
-
RUN pip install torch==2.
|
| 33 |
|
| 34 |
# Install dependencies
|
| 35 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 29 |
RUN git clone https://github.com/sczhou/ProPainter.git $HOME/app
|
| 30 |
|
| 31 |
# Install specific versions of PyTorch and TorchVision
|
| 32 |
+
RUN pip install torch==2.5.1 torchvision==0.20.1 -f https://download.pytorch.org/whl/torch_stable.html
|
| 33 |
|
| 34 |
# Install dependencies
|
| 35 |
RUN pip install --no-cache-dir -r requirements.txt
|