Spaces:
Runtime error
Runtime error
Commit
·
c22d045
1
Parent(s):
3efc7e9
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
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
|
|
|
1 |
+
FROM ubuntu:22.04
|
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
|