|
|
@ -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
|
|
|
|