Spaces:
Paused
Paused
pip install pydantic~=1.0
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -33,7 +33,7 @@ RUN git clone -b main https://github.com/fffiloni/DiffBIR $HOME/app
|
|
| 33 |
RUN pip install torch==1.12.1 torchvision==0.13.1 pytorch-lightning
|
| 34 |
|
| 35 |
# Install Python dependencies
|
| 36 |
-
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
|
| 37 |
|
| 38 |
# Install open_clip from GitHub
|
| 39 |
RUN pip install -q git+https://github.com/mlfoundations/[email protected]
|
|
|
|
| 33 |
RUN pip install torch==1.12.1 torchvision==0.13.1 pytorch-lightning
|
| 34 |
|
| 35 |
# Install Python dependencies
|
| 36 |
+
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 pydantic~=1.0
|
| 37 |
|
| 38 |
# Install open_clip from GitHub
|
| 39 |
RUN pip install -q git+https://github.com/mlfoundations/[email protected]
|