kostis-init commited on
Commit
aca9f90
Β·
1 Parent(s): af1b811

simplify Dockerfile by switching to full python:3.12 image and removing unused dependencies

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -1,10 +1,8 @@
1
- FROM python:3.12-slim
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
  wget \
5
  ca-certificates \
6
- libgl1-mesa-glx \
7
- libegl1-mesa \
8
  && rm -rf /var/lib/apt/lists/*
9
 
10
  # Set the working directory in the container
 
1
+ FROM python:3.12
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
  wget \
5
  ca-certificates \
 
 
6
  && rm -rf /var/lib/apt/lists/*
7
 
8
  # Set the working directory in the container