fffiloni commited on
Commit
712c20e
1 Parent(s): 6107fd8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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==1.4.2
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