Spaces:
Running
Running
Zhu-FaceOnLive
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM ubuntu:
|
2 |
RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
|
3 |
RUN apt-get update -y
|
4 |
RUN apt-get install -y python3 python3-pip python3-opencv
|
|
|
1 |
+
FROM ubuntu:22.04
|
2 |
RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
|
3 |
RUN apt-get update -y
|
4 |
RUN apt-get install -y python3 python3-pip python3-opencv
|