fffiloni commited on
Commit
e2f4895
·
verified ·
1 Parent(s): 2a798f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use Ubuntu 22.04 as base (Python 3.11 is default)
2
- FROM nvidia/cuda:11.8.0-devel-ubuntu25.04
3
 
4
  ENV DEBIAN_FRONTEND=noninteractive
5
 
@@ -16,7 +16,7 @@ RUN python --version
16
 
17
  # Install a compatible dlib wheel (manylinux_x86_64)
18
  RUN pip install --no-cache-dir \
19
- dlib
20
 
21
  # Set up user
22
  RUN useradd -m -u 1000 user
 
1
  # Use Ubuntu 22.04 as base (Python 3.11 is default)
2
+ FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
3
 
4
  ENV DEBIAN_FRONTEND=noninteractive
5
 
 
16
 
17
  # Install a compatible dlib wheel (manylinux_x86_64)
18
  RUN pip install --no-cache-dir \
19
+ "dlib==19.10"
20
 
21
  # Set up user
22
  RUN useradd -m -u 1000 user