Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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/
|
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
|