Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Commit
•
171adbf
1
Parent(s):
b71dacb
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
-
RUN apt update && apt install -y
|
4 |
|
5 |
# RUN apt upgrade -y
|
6 |
|
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
+
RUN apt update && apt install -y imagemagick libgl1-mesa-glx
|
4 |
|
5 |
# RUN apt upgrade -y
|
6 |
|