Haryiank commited on
Commit
2703cf5
·
verified ·
1 Parent(s): ee77d15

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 CMake via pip (ensures compatible version)
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