Skip to content

Commit

Permalink
Added labels for classical-ml (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Titsworth <[email protected]>
  • Loading branch information
sharvil10 and Tyler Titsworth authored Jun 5, 2024
1 parent 02168d8 commit 02a14d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions classical-ml/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ services:
REGISTRY: ${REGISTRY}
REPO: ${REPO}
context: .
labels:
dependency.python: ${PYTHON_VERSION:-3.10}
dependency.python.pip: requirements.txt
docs: classical-ml
org.opencontainers.base.name: "intel/python:3.10-core"
org.opencontainers.image.name: "intel/intel-optimized-ml"
org.opencontainers.image.title: "Intel® Optimized ML Base Image"
org.opencontainers.image.version: ${SKLEARN_VERSION:-2024.4.0}-${PACKAGE_OPTION:-pip}-base
target: ml-base-${PACKAGE_OPTION:-pip}
command: >
bash -c "python -c 'import sklearnex, sklearn; import xgboost as xgb; print(\"Scikit version:\", sklearn.__version__, \"\\nXGBoost version:\", xgb.__version__)'"
Expand All @@ -42,6 +50,11 @@ services:
pull_policy: always
jupyter:
build:
labels:
dependency.python.pip: jupyter-requirements.txt
org.opencontainers.base.name: "intel/intel-optimized-ml:${SKLEARN_VERSION:-2024.4.0}-${PACKAGE_OPTION:-pip}-base"
org.opencontainers.image.title: "Intel® Optimized ML Jupyter Base Image"
org.opencontainers.image.version: ${SKLEARN_VERSION:-2024.4.0}-${PACKAGE_OPTION:-pip}-jupyter
target: jupyter
command: >
bash -c "python -m jupyter --version"
Expand Down
3 changes: 2 additions & 1 deletion docs/scripts/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def create_support_matrix():
compose_to_csv("pytorch", None)
compose_to_csv("pytorch", "serving")
compose_to_csv("tensorflow", None)
# compose_to_csv("classical-ml")
compose_to_csv("classical-ml", None)

# get_repo(models)
# compose_to_csv("preset/data-analytics", "data_analytics")
# compose_to_csv("preset/classical-ml", "classical_ml")
Expand Down

0 comments on commit 02a14d0

Please sign in to comment.