fffiloni commited on
Commit
3c83369
·
verified ·
1 Parent(s): ce9114b

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<3.0.0"
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