Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ WORKDIR $HOME/app
|
|
22 |
RUN git clone -b dev https://github.com/camenduru/DiffBIR $HOME/app
|
23 |
|
24 |
# Install specific versions of PyTorch, TorchText, and PyTorch Lightning
|
25 |
-
RUN pip install torch==1.12.1 torchvision==0.13.1 pytorch-lightning
|
26 |
|
27 |
# Install Python dependencies
|
28 |
RUN pip install -q xformers==0.0.16 einops open-clip-torch omegaconf torchmetrics==0.6.0 triton opencv-python-headless scipy matplotlib lpips gradio chardet transformers facexlib
|
|
|
22 |
RUN git clone -b dev https://github.com/camenduru/DiffBIR $HOME/app
|
23 |
|
24 |
# Install specific versions of PyTorch, TorchText, and PyTorch Lightning
|
25 |
+
RUN pip install torch==1.12.1 torchvision==0.13.1 pytorch-lightning
|
26 |
|
27 |
# Install Python dependencies
|
28 |
RUN pip install -q xformers==0.0.16 einops open-clip-torch omegaconf torchmetrics==0.6.0 triton opencv-python-headless scipy matplotlib lpips gradio chardet transformers facexlib
|