Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -72,8 +72,8 @@ RUN pip install --no-cache-dir gradio
|
|
72 |
|
73 |
# Install basicsr with selective warnings
|
74 |
#RUN BASICSR_EXT=True CFLAGS="-Wno-deprecated-declarations" python basicsr/setup.py develop
|
75 |
-
|
76 |
-
|
77 |
#RUN pip install gfpgan --use-pep517
|
78 |
|
79 |
# Install additional packages
|
|
|
72 |
|
73 |
# Install basicsr with selective warnings
|
74 |
#RUN BASICSR_EXT=True CFLAGS="-Wno-deprecated-declarations" python basicsr/setup.py develop
|
75 |
+
|
76 |
+
RUN pip install basicsr
|
77 |
#RUN pip install gfpgan --use-pep517
|
78 |
|
79 |
# Install additional packages
|