TDN-M commited on
Commit
ffa41ce
·
verified ·
1 Parent(s): 4dd9d57

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -6,6 +6,9 @@ COPY . /app
6
  # Install system dependencies for MediaPipe
7
  RUN apt-get update && apt-get install -y \
8
  libglib2.0-0 \
 
 
 
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  # Install Python dependencies
 
6
  # Install system dependencies for MediaPipe
7
  RUN apt-get update && apt-get install -y \
8
  libglib2.0-0 \
9
+ libsm6 \
10
+ libxext6 \
11
+ libxrender-dev \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Install Python dependencies