Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -68,7 +68,7 @@ RUN pip install --no-cache-dir -r requirements_HF.txt
|
|
68 |
RUN pip install --no-cache-dir gradio
|
69 |
|
70 |
# Install Cython (needed for some dependencies)
|
71 |
-
RUN pip install --no-cache-dir
|
72 |
|
73 |
# Install basicsr with selective warnings
|
74 |
RUN BASICSR_EXT=True CFLAGS="-Wno-deprecated-declarations" python basicsr/setup.py develop
|
|
|
68 |
RUN pip install --no-cache-dir gradio
|
69 |
|
70 |
# Install Cython (needed for some dependencies)
|
71 |
+
RUN pip install --no-cache-dir cython==0.29.36
|
72 |
|
73 |
# Install basicsr with selective warnings
|
74 |
RUN BASICSR_EXT=True CFLAGS="-Wno-deprecated-declarations" python basicsr/setup.py develop
|