Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -59,8 +59,8 @@ RUN pip install gradio
|
|
59 |
# Install specific Cython version known to work with cupy
|
60 |
RUN pip install 'Cython<3.0'
|
61 |
|
62 |
-
# Install cupy
|
63 |
-
RUN pip install cupy==10.4.0
|
64 |
|
65 |
USER root
|
66 |
# Configure git to trust the directory
|
|
|
59 |
# Install specific Cython version known to work with cupy
|
60 |
RUN pip install 'Cython<3.0'
|
61 |
|
62 |
+
# Install cupy using the pre-built wheel for CUDA 11.x
|
63 |
+
RUN pip install --no-cache-dir cupy-cuda11x==10.4.0
|
64 |
|
65 |
USER root
|
66 |
# Configure git to trust the directory
|