File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Aria
1212ENV DEBIAN_FRONTEND noninteractive
1313RUN apt update
1414RUN TZ=Etc/UTC apt install -y tzdata
15- RUN apt install --no-install-recommends -y gcc git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3-dev gnupg
15+ RUN apt install --no-install-recommends -y gcc git zip curl htop libgl1 libglib2.0-0 libpython3-dev gnupg
1616# RUN alias python=python3
1717
1818# Security updates
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Aria
1212ENV DEBIAN_FRONTEND noninteractive
1313RUN apt update
1414RUN TZ=Etc/UTC apt install -y tzdata
15- RUN apt install --no-install-recommends -y python3-pip git zip curl htop gcc libgl1-mesa-glx libglib2.0-0 libpython3-dev
15+ RUN apt install --no-install-recommends -y python3-pip git zip curl htop gcc libgl1 libglib2.0-0 libpython3-dev
1616# RUN alias python=python3
1717
1818# Install pip packages
Original file line number Diff line number Diff line change 33# Image is CPU-optimized for ONNX, OpenVINO and PyTorch YOLOv5 deployments
44
55# Start FROM Ubuntu image https://hub.docker.com/_/ubuntu
6- FROM ubuntu:23.04
6+ FROM ubuntu:mantic-20231011
77
88# Downloads to user config dir
99ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/
1010
1111# Install linux packages
1212# g++ required to build 'tflite_support' and 'lap' packages, libusb-1.0-0 required for 'tflite_support' package
1313RUN apt update \
14- && apt install --no-install-recommends -y python3-pip git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3-dev gnupg g++ libusb-1.0-0
14+ && apt install --no-install-recommends -y python3-pip git zip curl htop libgl1 libglib2.0-0 libpython3-dev gnupg g++ libusb-1.0-0
1515# RUN alias python=python3
1616
1717# Remove python3.11/EXTERNALLY-MANAGED or use 'pip install --break-system-packages' avoid 'externally-managed-environment' Ubuntu nightly error
You can’t perform that action at this time.
0 commit comments