fffiloni commited on
Commit
7ba039f
·
verified ·
1 Parent(s): 8633179

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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