Skip to content

Commit 02a14d0

Browse files
sharvil10Tyler Titsworth
and
Tyler Titsworth
authored
Added labels for classical-ml (#84)
Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent 02168d8 commit 02a14d0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

classical-ml/docker-compose.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ services:
3333
REGISTRY: ${REGISTRY}
3434
REPO: ${REPO}
3535
context: .
36+
labels:
37+
dependency.python: ${PYTHON_VERSION:-3.10}
38+
dependency.python.pip: requirements.txt
39+
docs: classical-ml
40+
org.opencontainers.base.name: "intel/python:3.10-core"
41+
org.opencontainers.image.name: "intel/intel-optimized-ml"
42+
org.opencontainers.image.title: "Intel® Optimized ML Base Image"
43+
org.opencontainers.image.version: ${SKLEARN_VERSION:-2024.4.0}-${PACKAGE_OPTION:-pip}-base
3644
target: ml-base-${PACKAGE_OPTION:-pip}
3745
command: >
3846
bash -c "python -c 'import sklearnex, sklearn; import xgboost as xgb; print(\"Scikit version:\", sklearn.__version__, \"\\nXGBoost version:\", xgb.__version__)'"
@@ -42,6 +50,11 @@ services:
4250
pull_policy: always
4351
jupyter:
4452
build:
53+
labels:
54+
dependency.python.pip: jupyter-requirements.txt
55+
org.opencontainers.base.name: "intel/intel-optimized-ml:${SKLEARN_VERSION:-2024.4.0}-${PACKAGE_OPTION:-pip}-base"
56+
org.opencontainers.image.title: "Intel® Optimized ML Jupyter Base Image"
57+
org.opencontainers.image.version: ${SKLEARN_VERSION:-2024.4.0}-${PACKAGE_OPTION:-pip}-jupyter
4558
target: jupyter
4659
command: >
4760
bash -c "python -m jupyter --version"

docs/scripts/hook.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def create_support_matrix():
3333
compose_to_csv("pytorch", None)
3434
compose_to_csv("pytorch", "serving")
3535
compose_to_csv("tensorflow", None)
36-
# compose_to_csv("classical-ml")
36+
compose_to_csv("classical-ml", None)
37+
3738
# get_repo(models)
3839
# compose_to_csv("preset/data-analytics", "data_analytics")
3940
# compose_to_csv("preset/classical-ml", "classical_ml")

0 commit comments

Comments
 (0)