bariumc commited on
Commit
b3d2b24
1 Parent(s): 55e0e54

added libgl1

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -1,4 +1,7 @@
1
- FROM python:3.10
 
 
 
2
 
3
  WORKDIR /code
4
 
 
1
+ FROM python:3.10-slim-buster
2
+
3
+ RUN apt-get update && \
4
+ apt-get install -y libgl1-mesa-glx
5
 
6
  WORKDIR /code
7