Docker apt install gnupg g++ for lap (#3381)

This commit is contained in:
Glenn Jocher
2023-06-26 00:54:37 +02:00
committed by GitHub
parent b5a2be8ca8
commit 4e08e12256
4 changed files with 5 additions and 4 deletions

View File

@ -9,8 +9,9 @@ FROM arm64v8/ubuntu:22.10
ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/
# Install linux packages
# g++ required to build 'tflite_support' and 'lap' packages
RUN apt update \
&& apt install --no-install-recommends -y python3-pip git zip curl htop gcc libgl1-mesa-glx libglib2.0-0 libpython3-dev
&& apt install --no-install-recommends -y python3-pip git zip curl htop gcc libgl1-mesa-glx libglib2.0-0 libpython3-dev gnupg g++
# RUN alias python=python3
# Create working directory