@@ -37,11 +37,59 @@ services:
37
37
https_proxy : ${https_proxy}
38
38
no_proxy : ' '
39
39
context : .
40
+ labels :
41
+ docs : classical_ml
42
+ org.opencontainers.image.title : " Intel® AI Tools Selector Preset Containers - Classical ML"
43
+ org.opencontainers.base.name : " ubuntu:22.04"
44
+ org.opencontainers.image.name : " intel/classical-ml"
45
+ org.opencontainers.image.version : 2024.1.0-py${PYTHON_VERSION:-3.10}
46
+ dependency.python : ${PYTHON_VERSION:-3.10}
47
+ dependency.python.pip : requirements.txt
48
+ dependency.apt.bzip2 : true
49
+ dependency.apt.ca-certificates : true
50
+ dependency.apt.diffutils : true
51
+ dependency.apt.gcc : true
52
+ dependency.apt.git : true
53
+ dependency.apt.gzip : true
54
+ dependency.apt.make : true
55
+ dependency.apt.patch : true
56
+ dependency.apt.rsync : true
57
+ dependency.apt.unzip : true
58
+ dependency.apt.wget : true
59
+ dependency.apt.xz-utils : true
60
+ dependency.conda.jupyterlab : ' >=4.1.8'
61
+ dependency.conda.notebook : ' >=7.1.3'
62
+ dependency.conda.jupyterhub : ' >=4.1.5'
63
+ dependency.conda.jupyter-server-proxy : ' >=4.1.2'
64
+ dependency.conda.mako : ' >=1.2.2'
65
+ dependency.conda.pyjwt : ' >=2.4.0'
66
+ dependency.conda.cryptography : ' >=42.0.5'
67
+ dependency.conda.nodejs : ' >=20.12.2'
68
+ dependency.conda.aiohttp : ' >=3.9.4'
69
+ dependency.conda.idna : ' >=3.7'
70
+ dependency.conda.oauthlib : ' >=3.2.2'
71
+ dependency.conda.dpnp : ' >=0.14.0'
72
+ dependency.conda.numpy : ' >=1.26.4'
73
+ dependency.conda.python : " =${PYTHON_VERSION:-3.10}"
74
+ dependency.conda.scikit-learn-intelex : ' >=2024.2.0'
75
+ dependency.conda.xgboost : ' >=2.0.3'
76
+ dependency.conda.modin-ray : ' >=0.26.1'
77
+ dependency.conda.python-dotenv : ' >=1.0.1'
78
+ dependency.conda.tqdm : ' >=4.66.2'
79
+ dependency.conda.matplotlib-base : ' >=3.4.3'
80
+ dependency.conda.dataset_librarian : ' >=1.0.4'
81
+ dependency.conda.threadpoolctl : ' >=3.3.0'
82
+ dependency.conda.ipython : ' >=8.18.1'
83
+ dependency.conda.ipykernel : ' >=6.29.3'
84
+ dependency.conda.kernda : ' >=0.3.0'
85
+ dependency.conda.protobuf : ' >=4.24'
86
+ dependency.conda.pillow : ' >=10.2.0'
87
+ dependency.conda.tornado : ' >=6.3.3'
40
88
target : classical-ml-jupyter
41
89
command : |
42
90
bash -c "conda run -n classical-ml python -c 'import sklearn; import xgboost; print(\"SciKit:\", sklearn.__version__, \" XGBoost:\",xgboost.__version__)' && \
43
91
conda run -n classical-ml python -c 'import modin.pandas as pd, modin.config as cfg; cfg.Engine.put(\"Ray\"); df = pd.DataFrame([1]);print(df+1)'"
44
- image : ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-${IDP_VERSION:- 2024.1.0} -py${PYTHON_VERSION:-3.10}
92
+ image : ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-classical-ml-2024.1.0-py${PYTHON_VERSION:-3.10}
45
93
environment :
46
94
http_proxy : ${http_proxy}
47
95
https_proxy : ${https_proxy}
0 commit comments