Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -58,8 +58,7 @@ RUN pip install --no-cache-dir urllib3 transformers yacs scipy scikit-image scik
|
|
| 58 |
# Install CMake first
|
| 59 |
RUN pip install cmake
|
| 60 |
|
| 61 |
-
|
| 62 |
-
RUN pip install --no-cache-dir dlib -vvv --no-binary dlib
|
| 63 |
|
| 64 |
# Copy application file
|
| 65 |
COPY app.py .
|
|
|
|
| 58 |
# Install CMake first
|
| 59 |
RUN pip install cmake
|
| 60 |
|
| 61 |
+
RUN pip install dlib==19.24.0 -vvv
|
|
|
|
| 62 |
|
| 63 |
# Copy application file
|
| 64 |
COPY app.py .
|