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,7 +9,7 @@ FROM nvcr.io/nvidia/l4t-pytorch:r35.2.1-pth2.0-py3
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' package
# g++ required to build 'tflite_support' and 'lap' packages
RUN apt update \
&& apt install --no-install-recommends -y gcc git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3-dev gnupg g++
# RUN alias python=python3