thethinkmachine commited on
Commit
17082a4
Β·
verified Β·
1 Parent(s): c38f7f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10-slim
2
 
3
  # ── System deps ───────────────────────────────────────────────────────────────
4
  RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8
  libgomp1 \
9
  libglib2.0-0 \
10
  libxcb1 \
 
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  # ── Working directory ─────────────────────────────────────────────────────────
 
1
+ FROM python:3.10
2
 
3
  # ── System deps ───────────────────────────────────────────────────────────────
4
  RUN apt-get update && apt-get install -y --no-install-recommends \
 
8
  libgomp1 \
9
  libglib2.0-0 \
10
  libxcb1 \
11
+ libgl1 \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # ── Working directory ─────────────────────────────────────────────────────────