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 cython
|
72 |
|
73 |
# Install basicsr
|
74 |
RUN 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<3.0.0"
|
72 |
|
73 |
# Install basicsr
|
74 |
RUN python basicsr/setup.py develop
|