Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
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)
|