You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
244 B
10 lines
244 B
FROM artifactory.services.studio.airbushelicopters.com/poc-edge-ai/jetpack-base-image:r36.4.0
|
|
|
|
RUN <<EOF
|
|
set -Eeu
|
|
export DEBIAN_FRONTEND=noninteractive
|
|
apt-get update
|
|
apt-get install -y python3-pip
|
|
rm -rf /var/lib/apt/lists/*
|
|
apt-get clean
|
|
EOF
|
|
|