Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -69,7 +69,7 @@ RUN pip install --no-cache-dir \
|
|
69 |
RUN pip install gradio
|
70 |
|
71 |
# Install dlib with verbose output
|
72 |
-
RUN pip install --verbose --no-cache-dir dlib
|
73 |
|
74 |
COPY app.py .
|
75 |
|
|
|
69 |
RUN pip install gradio
|
70 |
|
71 |
# Install dlib with verbose output
|
72 |
+
RUN pip install --verbose --no-cache-dir dlib-binary
|
73 |
|
74 |
COPY app.py .
|
75 |
|