Bingsu commited on
Commit
8693fbf
1 Parent(s): a1f8876

chore: install libgl

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM python:3.11-slim AS model
2
 
3
  WORKDIR /app
4
 
 
 
5
  RUN python -m pip install --upgrade pip uv
6
 
7
  COPY pyproject.toml .
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN apt update && apt install -y libgl1-mesa-glx libglib2.0-0
6
+
7
  RUN python -m pip install --upgrade pip uv
8
 
9
  COPY pyproject.toml .