Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -60,7 +60,7 @@ RUN pip install gradio
|
|
60 |
RUN pip install 'Cython<3.0'
|
61 |
|
62 |
# Install cupy before basicsr setup
|
63 |
-
RUN pip install cupy
|
64 |
|
65 |
USER root
|
66 |
# Configure git to trust the directory
|
|
|
60 |
RUN pip install 'Cython<3.0'
|
61 |
|
62 |
# Install cupy before basicsr setup
|
63 |
+
RUN pip install cupy==10.4.0
|
64 |
|
65 |
USER root
|
66 |
# Configure git to trust the directory
|