fffiloni commited on
Commit
4a7e51a
·
verified ·
1 Parent(s): 51676f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -53,7 +53,7 @@ COPY requirements_HF.txt .
53
  RUN pip install --upgrade pip
54
  RUN pip install -r requirements_HF.txt
55
  RUN pip install gradio
56
- RUN pip install cupy==10.4.0
57
 
58
  USER root
59
  # Install basicsr (assuming setup.py is in basicsr directory)
 
53
  RUN pip install --upgrade pip
54
  RUN pip install -r requirements_HF.txt
55
  RUN pip install gradio
56
+ RUN pip install https://files.pythonhosted.org/packages/24/31/359a0e6f384321f449cef0dc05cdf9b0e0426c52984c7c773f095de1f8d5/cupy_cuda11x-11.0.0-cp39-cp39-manylinux1_x86_64.whl
57
 
58
  USER root
59
  # Install basicsr (assuming setup.py is in basicsr directory)