Zhu-FaceOnLive commited on
Commit
1cee7ea
·
verified ·
1 Parent(s): 8994048

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ubuntu:20.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
 
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