onnxruntime
Update OpenVino CI Ubuntu to 22.04
#21127
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
58
Changes
View On
GitHub
Commits
Update OpenVino CI Ubuntu to 22.04
jchen351
committed
2 years ago
Update OpenVino CI Ubuntu to 22.04
jchen351
committed
2 years ago
adding additional --build-arg
jchen351
committed
2 years ago
--build-arg PYTHON_VERSION=3.9
jchen351
committed
2 years ago
l_openvino_toolkit_ubuntu22_2024.0.0.14509.34caeefd078_x86_64.tgz
jchen351
committed
2 years ago
fix reviewDog
jchen351
committed
2 years ago
tools/ci_build/github/linux/run_dockerbuild.sh
jchen351
committed
2 years ago
update libssl
jchen351
committed
2 years ago
PYTHON_VERSION
jchen351
committed
2 years ago
PYTHON_VERSION
jchen351
committed
2 years ago
PYTHON_VER
jchen351
committed
2 years ago
tools/ci_build/github/linux/run_dockerbuild.sh
jchen351
committed
2 years ago
-dev
jchen351
committed
2 years ago
remove python2
jchen351
committed
2 years ago
$
jchen351
committed
2 years ago
openjdk-17-jdk
jchen351
committed
2 years ago
ca-certificates-java
jchen351
committed
2 years ago
remove jdk installation
jchen351
committed
2 years ago
install_ubuntu.sh
jchen351
committed
2 years ago
3.8
jchen351
committed
2 years ago
Fix lint
jchen351
committed
2 years ago
Fix lint
jchen351
committed
2 years ago
export NIGHTLY_BUILD=0
jchen351
committed
2 years ago
ca-certificates \
jchen351
committed
2 years ago
libssl
jchen351
committed
2 years ago
tools/ci_build/github/linux/docker/scripts/install_ubuntu.sh
jchen351
committed
2 years ago
https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.0/linux/l_openvino_toolkit_ubuntu22_2024.0.0.14509.34caeefd078_x86_64.tgz
jchen351
committed
2 years ago
PACKAGE_LIST="\
jchen351
committed
2 years ago
PACKAGE_LIST="\
jchen351
committed
2 years ago
PACKAGE_LIST="\
jchen351
committed
2 years ago
libssl-dev
jchen351
committed
2 years ago
"$PACKAGE_LIST"
jchen351
committed
2 years ago
${PYTHON_VER}
jchen351
committed
2 years ago
${PYTHON_VER}
jchen351
committed
2 years ago
ca-certificates \
jchen351
committed
2 years ago
rolling back to ad4ed2b
jchen351
committed
2 years ago
or "$OS_VERSION" = "22.04"
jchen351
committed
2 years ago
else
jchen351
committed
2 years ago
/usr/bin/python3.8
jchen351
committed
2 years ago
/usr/bin/python3.8
jchen351
committed
2 years ago
[ "$OS_VERSION" = "22.04" ];
jchen351
committed
2 years ago
python3-distutils
jchen351
committed
2 years ago
python${PYTHON_VER}-setuptools python${PYTHON_VER}-numpy python${PYTHON_VER}-wheel python${PYTHON_VER}-pip python${PYTHON_VER}-pytest python${PYTHON_VER}-distutils
jchen351
committed
2 years ago
PYTHON_VER=${PYTHON_VER:=3.8}
jchen351
committed
2 years ago
PYTHON_VER=${PYTHON_VER:=3.8}
jchen351
committed
2 years ago
PYTHON_VER=${PYTHON_VER:=3.8}
jchen351
committed
2 years ago
reformat
jchen351
committed
2 years ago
tools/ci_build/github/linux/docker/Dockerfile.ubuntu_openvino
jchen351
committed
2 years ago
Remove python
jchen351
committed
2 years ago
remove ""
jchen351
committed
2 years ago
ENV INTEL_OPENVINO_DIR /opt/intel/openvino_${OPENVINO_VERSION}
jchen351
committed
2 years ago
-e $ALLOW_RELEASED_ONNX_OPSET_ONLY_ENV \
jchen351
committed
2 years ago
OPTARG:="3.8"
jchen351
committed
2 years ago
major=$(echo $PYTHON_VER | cut -d. -f1)
jchen351
committed
2 years ago
major=$(echo $PYTHON_VER | cut -d. -f1)
jchen351
committed
2 years ago
major=$(echo $PYTHON_VER | cut -d. -f1)
jchen351
committed
2 years ago
#python version: 3.6 3.7 (absence means default 3.6)
jchen351
committed
2 years ago
PYTHON_VER=${PYTHON_VER:=3.8}
jchen351
committed
2 years ago
Loading