Skip to content

Commit

Permalink
Add 2023.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
culhatsker committed Aug 14, 2024
1 parent cc86788 commit edc9179
Show file tree
Hide file tree
Showing 15 changed files with 148 additions and 5 deletions.
58 changes: 58 additions & 0 deletions refactor/configs/base/ubuntu18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"_based_on": "ubuntu",
"base_image": "ubuntu:18.04",
"os_id": "ubuntu18",
"os_codename": "bionic",
"components": {
"base": {
"requires": [
"libtbb"
]
},
"libtbb": {
"apt": [
"libtbb2"
]
},
"python": {
"apt": [
"python3.8",
"libpython3.8-dev",
"python3-venv",
"python3.8-venv",
"python3-pip"
],
"command": "python3.8"
},
"intel-opencl-icd": {
"apt": [
"https://github.com/intel/compute-runtime/releases/download/21.38.21026/intel-opencl_21.38.21026_amd64.deb",
"https://github.com/intel/compute-runtime/releases/download/21.38.21026/intel-ocloc_21.38.21026_amd64.deb"
],
"requires": [
"compute-runtime"
]
},
"level-zero": {
"apt": [
"https://github.com/oneapi-src/level-zero/releases/download/v1.9.9/level-zero_1.9.9+u18.04_amd64.deb"
]
},
"intel-level-zero-gpu": {
"apt": [
"https://github.com/intel/compute-runtime/releases/download/21.38.21026/intel-level-zero-gpu_1.2.21026_amd64.deb"
],
"requires": [
"compute-runtime",
"level-zero"
]
},
"compute-runtime": {
"apt": [
"https://github.com/intel/compute-runtime/releases/download/21.38.21026/intel-gmmlib_21.2.1_amd64.deb",
"https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.8708/intel-igc-core_1.0.8708_amd64.deb",
"https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.8708/intel-igc-opencl_1.0.8708_amd64.deb"
]
}
}
}
3 changes: 2 additions & 1 deletion refactor/configs/base/ubuntu20.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"https://github.com/intel/compute-runtime/releases/download/22.37.24175/intel-level-zero-gpu_1.3.24175_amd64.deb"
],
"requires": [
"compute-runtime"
"compute-runtime",
"level-zero"
]
},
"compute-runtime": {
Expand Down
3 changes: 2 additions & 1 deletion refactor/configs/base/ubuntu22.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"https://github.com/intel/compute-runtime/releases/download/24.22.29735.20/intel-level-zero-gpu_1.3.29735.20_amd64.deb"
],
"requires": [
"compute-runtime"
"compute-runtime",
"level-zero"
]
},
"intel-level-zero-npu": {
Expand Down
3 changes: 2 additions & 1 deletion refactor/configs/base/ubuntu24.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"https://github.com/intel/compute-runtime/releases/download/24.22.29735.20/intel-level-zero-gpu_1.3.29735.20_amd64.deb"
],
"requires": [
"compute-runtime"
"compute-runtime",
"level-zero"
]
},
"intel-level-zero-npu": {
Expand Down
16 changes: 16 additions & 0 deletions refactor/configs/releases/2023.3/ubuntu18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"_based_on": "ubuntu18",
"_template": "Dockerfile_2024_deb_default.j2",
"package": {
"url": "https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.3/linux/l_openvino_toolkit_ubuntu18_2023.3.0.13775.ceeafaf64f3_x86_64.tgz",
"version": "2023.3.0"
},
"presets": {
"runtime": [
"preset_runtime"
],
"dev": [
"preset_dev"
]
}
}
16 changes: 16 additions & 0 deletions refactor/configs/releases/2023.3/ubuntu20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"_based_on": "ubuntu20",
"_template": "Dockerfile_2024_deb_default.j2",
"package": {
"url": "https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.3/linux/l_openvino_toolkit_ubuntu20_2023.3.0.13775.ceeafaf64f3_x86_64.tgz",
"version": "2023.3.0"
},
"presets": {
"runtime": [
"preset_runtime"
],
"dev": [
"preset_dev"
]
}
}
16 changes: 16 additions & 0 deletions refactor/configs/releases/2023.3/ubuntu22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"_based_on": "ubuntu22",
"_template": "Dockerfile_2024_deb_default.j2",
"package": {
"url": "https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.3/linux/l_openvino_toolkit_ubuntu22_2023.3.0.13775.ceeafaf64f3_x86_64.tgz",
"version": "2023.3.0"
},
"presets": {
"runtime": [
"preset_runtime"
],
"dev": [
"preset_dev"
]
}
}
16 changes: 16 additions & 0 deletions refactor/configs/releases/2024.1/ubuntu20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"_based_on": "ubuntu20",
"_template": "Dockerfile_2024_deb_default.j2",
"package": {
"url": "https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu20_2024.1.0.15008.f4afc983258_x86_64.tgz",
"version": "2024.1.0"
},
"presets": {
"runtime": [
"preset_runtime"
],
"dev": [
"preset_dev"
]
}
}
18 changes: 18 additions & 0 deletions refactor/configs/releases/2024.1/ubuntu22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"_based_on": "ubuntu22",
"_template": "Dockerfile_2024_deb_default.j2",
"package": {
"url": "https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu22_2024.1.0.15008.f4afc983258_x86_64.tgz",
"version": "2024.1.0"
},
"presets": {
"runtime": [
"preset_runtime",
"device_npu"
],
"dev": [
"preset_dev",
"device_npu"
]
}
}
2 changes: 1 addition & 1 deletion refactor/templates/Dockerfile_2024_deb_default.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ WORKDIR ${INTEL_OPENVINO_DIR}

{% if components.python.enable -%}
# Python setup
RUN python3 -m venv $VIRTUAL_ENV
RUN {{ components.python.command or "python3" }} -m venv $VIRTUAL_ENV
ENV PATH=$VIRTUAL_ENV/bin:$PATH

{%- set pyver = (package.wheels.version or package.version) %}
Expand Down
2 changes: 1 addition & 1 deletion refactor/tests/local_library_loadable.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

ldd -u $(find -name $1) >/dev/null
ldd $(find -name $1) | grep "not found" && exit 1 || exit 0

0 comments on commit edc9179

Please sign in to comment.