fffiloni commited on
Commit
d8105f0
·
verified ·
1 Parent(s): 4997f0e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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