Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN python --version
|
|
16 |
|
17 |
# Install a compatible dlib wheel
|
18 |
RUN pip install --no-cache-dir \
|
19 |
-
dlib
|
20 |
|
21 |
# Set up user
|
22 |
RUN useradd -m -u 1000 user
|
|
|
16 |
|
17 |
# Install a compatible dlib wheel
|
18 |
RUN pip install --no-cache-dir \
|
19 |
+
https://www.wheelodex.org/projects/dlib-bin/wheels/dlib_bin-19.24.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
20 |
|
21 |
# Set up user
|
22 |
RUN useradd -m -u 1000 user
|