Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Commit
•
904f32a
1
Parent(s):
fef54e6
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
RUN apt update && apt install -y sudo imagemagick
|
|
|
|
|
4 |
# RUN apt upgrade -y
|
5 |
|
6 |
RUN pip install -U pip
|
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
RUN apt update && apt install -y sudo imagemagick
|
4 |
+
RUN apt-get install libgl1-mesa-glx
|
5 |
+
|
6 |
# RUN apt upgrade -y
|
7 |
|
8 |
RUN pip install -U pip
|