Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -60,9 +60,6 @@ RUN pip install gradio
|
|
60 |
# Install specific Cython version known to work with cupy
|
61 |
RUN pip install 'Cython<3.0'
|
62 |
|
63 |
-
# Install cupy using the pre-built wheel for CUDA 11.x
|
64 |
-
RUN pip install cupy
|
65 |
-
|
66 |
USER root
|
67 |
# Configure git to trust the directory
|
68 |
RUN git config --global --add safe.directory /home/user/app
|
|
|
60 |
# Install specific Cython version known to work with cupy
|
61 |
RUN pip install 'Cython<3.0'
|
62 |
|
|
|
|
|
|
|
63 |
USER root
|
64 |
# Configure git to trust the directory
|
65 |
RUN git config --global --add safe.directory /home/user/app
|