Docker apt install gnupg g++ for lap (#3381)
This commit is contained in:
parent
b5a2be8ca8
commit
4e08e12256
4 changed files with 5 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ FROM ubuntu:lunar-20230615
|
|||
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 python3-pip git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3-dev gnupg g++
|
||||
# RUN alias python=python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue