fffiloni commited on
Commit
fba2a5d
1 Parent(s): e05ce03

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 before basicsr setup
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