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 https://files.pythonhosted.org/packages/
|
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/40/80/f4b6a9c656daf97f1c4acfd4ae1449f4c7c4e34f1092c8ba10f29b4bc7a8/cupy_cuda11x-11.0.0-cp38-cp38-manylinux1_x86_64.whl
|
57 |
|
58 |
USER root
|
59 |
# Install basicsr (assuming setup.py is in basicsr directory)
|