Skip to content

Commit

Permalink
Update Dockerfile-cpu FROM ubuntu:23.04 (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Oct 14, 2023
1 parent 814fd8d commit 0252bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Image is CPU-optimized for ONNX, OpenVINO and PyTorch YOLOv5 deployments

# Start FROM Ubuntu image https://hub.docker.com/_/ubuntu
FROM ubuntu:lunar-20230615
FROM ubuntu:23.04

# Downloads to user config dir
ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/
Expand Down

0 comments on commit 0252bec

Please sign in to comment.