fffiloni commited on
Commit
3660b1e
·
verified ·
1 Parent(s): b1c5f65

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -59,7 +59,7 @@ RUN pip install -r requirements_HF.txt
59
  RUN pip install gradio
60
 
61
  # Install specific Cython version known to work with cupy
62
- # RUN pip install 'Cython<3.0'
63
 
64
  USER root
65
  # Configure git to trust the directory
 
59
  RUN pip install gradio
60
 
61
  # Install specific Cython version known to work with cupy
62
+ RUN pip install 'Cython<3.0'
63
 
64
  USER root
65
  # Configure git to trust the directory