Spaces:
Running
Running
rogerxavier
commited on
Commit
•
f78cb5d
1
Parent(s):
20a75b4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM python:3.9
|
2 |
-
RUN apt update
|
3 |
USER root
|
4 |
COPY . .
|
5 |
|
|
|
1 |
FROM python:3.9
|
2 |
+
RUN apt update && apt install -y libgl1-mesa-glx
|
3 |
USER root
|
4 |
COPY . .
|
5 |
|