fffiloni commited on
Commit
930897f
·
1 Parent(s): cae6726

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ ENV HOME=/home/user \
26
  WORKDIR $HOME/app
27
 
28
  # Clone your repository or add your code to the container
29
- RUN git clone -b dev https://github.com/camenduru/DiffBIR $HOME/app
30
 
31
  # Install specific versions of PyTorch, TorchText, and PyTorch Lightning
32
  RUN pip install torch==1.12.1 torchvision==0.13.1 pytorch-lightning
 
26
  WORKDIR $HOME/app
27
 
28
  # Clone your repository or add your code to the container
29
+ RUN git clone -b dev https://github.com/fffiloni/DiffBIR $HOME/app
30
 
31
  # Install specific versions of PyTorch, TorchText, and PyTorch Lightning
32
  RUN pip install torch==1.12.1 torchvision==0.13.1 pytorch-lightning