mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 13:34:23 +08:00
Docker apt install gnupg g++
for lap
(#3381)
This commit is contained in:
parent
b5a2be8ca8
commit
4e08e12256
@ -10,7 +10,7 @@ RUN pip install --no-cache nvidia-tensorrt --index-url https://pypi.ngc.nvidia.c
|
|||||||
ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/
|
ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/
|
||||||
|
|
||||||
# Install linux packages
|
# Install linux packages
|
||||||
# g++ required to build 'tflite_support' package
|
# g++ required to build 'tflite_support' and 'lap' packages
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install --no-install-recommends -y gcc git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3-dev gnupg g++
|
&& 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
|
# RUN alias python=python3
|
||||||
|
@ -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/
|
ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/
|
||||||
|
|
||||||
# Install linux packages
|
# Install linux packages
|
||||||
|
# g++ required to build 'tflite_support' and 'lap' packages
|
||||||
RUN apt update \
|
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
|
# RUN alias python=python3
|
||||||
|
|
||||||
# Create working directory
|
# Create working directory
|
||||||
|
@ -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/
|
ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/
|
||||||
|
|
||||||
# Install linux packages
|
# Install linux packages
|
||||||
# g++ required to build 'tflite_support' package
|
# g++ required to build 'tflite_support' and 'lap' packages
|
||||||
RUN apt update \
|
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++
|
&& 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
|
# RUN alias python=python3
|
||||||
|
@ -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/
|
ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/
|
||||||
|
|
||||||
# Install linux packages
|
# Install linux packages
|
||||||
# g++ required to build 'tflite_support' package
|
# g++ required to build 'tflite_support' and 'lap' packages
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install --no-install-recommends -y gcc git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3-dev gnupg g++
|
&& 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
|
# RUN alias python=python3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user