Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -74,7 +74,7 @@ RUN pip install --no-cache-dir cython==0.29.36
|
|
74 |
RUN BASICSR_EXT=True CFLAGS="-Wno-deprecated-declarations" python basicsr/setup.py develop
|
75 |
|
76 |
# Install additional packages
|
77 |
-
RUN pip install --no-cache-dir ffmpeg-python dlib
|
78 |
|
79 |
# Set CUDA device settings
|
80 |
ENV CUDA_DEVICE_ORDER=PCI_BUS_ID
|
|
|
74 |
RUN BASICSR_EXT=True CFLAGS="-Wno-deprecated-declarations" python basicsr/setup.py develop
|
75 |
|
76 |
# Install additional packages
|
77 |
+
RUN pip install --no-cache-dir ffmpeg-python dlib-bin
|
78 |
|
79 |
# Set CUDA device settings
|
80 |
ENV CUDA_DEVICE_ORDER=PCI_BUS_ID
|