Browse Source
Update Dockerfile-cpu install `libpython3.8-dev` (#7857)
* Update Dockerfile-cpu install `libpython3.8-dev`
Fix OpenVINO export
* Update Dockerfile-arm64
modifyDataloader
Glenn Jocher
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
utils/docker/Dockerfile-arm64
-
utils/docker/Dockerfile-cpu
|
|
@@ -10,7 +10,7 @@ ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Aria |
|
|
|
# Install linux packages |
|
|
|
RUN apt update |
|
|
|
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y tzdata |
|
|
|
RUN apt install --no-install-recommends -y python3-pip git zip curl htop screen libgl1-mesa-glx libglib2.0-0 |
|
|
|
RUN apt install --no-install-recommends -y python3-pip git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3.8-dev |
|
|
|
# RUN alias python=python3 |
|
|
|
|
|
|
|
# Install pip packages |
|
|
@@ -9,7 +9,7 @@ ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Aria |
|
|
|
# Install linux packages |
|
|
|
RUN apt update |
|
|
|
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y tzdata |
|
|
|
RUN apt install --no-install-recommends -y python3-pip git zip curl htop screen libgl1-mesa-glx libglib2.0-0 |
|
|
|
RUN apt install --no-install-recommends -y python3-pip git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3.8-dev |
|
|
|
# RUN alias python=python3 |
|
|
|
|
|
|
|
# Install pip packages |