Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ COPY requirements.txt .
|
|
| 29 |
# Upgrade pip and install build tools
|
| 30 |
RUN pip install --no-cache-dir --upgrade pip wheel setuptools
|
| 31 |
|
| 32 |
-
# Install
|
| 33 |
RUN pip install --no-cache-dir cmake
|
| 34 |
|
| 35 |
# Set environment variable to disable GUI support for dlib
|
|
|
|
| 29 |
# Upgrade pip and install build tools
|
| 30 |
RUN pip install --no-cache-dir --upgrade pip wheel setuptools
|
| 31 |
|
| 32 |
+
# CRITICAL: Install cmake Python module first
|
| 33 |
RUN pip install --no-cache-dir cmake
|
| 34 |
|
| 35 |
# Set environment variable to disable GUI support for dlib
|