Spaces:
Runtime error
Runtime error
Commit
·
3efc7e9
1
Parent(s):
348b48e
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
ENV DEBIAN_FRONTEND noninteractive
|
2 |
|
3 |
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3
|
|
|
1 |
+
FROM dockerfile/ubuntu
|
2 |
ENV DEBIAN_FRONTEND noninteractive
|
3 |
|
4 |
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3
|