Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
| 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
|