|
16 | 16 | tags:
|
17 | 17 | # N Version of the image
|
18 | 18 | - annotations:
|
19 |
| - opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.11"}]' |
20 |
| - opendatahub.io/notebook-python-dependencies: '[{"name":"code-server","version":"4.92"}]' |
| 19 | + # language=json |
| 20 | + opendatahub.io/notebook-software: | |
| 21 | + [ |
| 22 | + {"name": "code-server", "version": "4.92"}, |
| 23 | + {"name": "Python", "version": "v3.11"} |
| 24 | + ] |
| 25 | + # language=json |
| 26 | + opendatahub.io/notebook-python-dependencies: | |
| 27 | + [ |
| 28 | + {"name": "Boto3", "version": "1.34"}, |
| 29 | + {"name": "Kafka-Python", "version": "2.0"}, |
| 30 | + {"name": "Matplotlib", "version": "3.8"}, |
| 31 | + {"name": "Numpy", "version": "1.26"}, |
| 32 | + {"name": "Pandas", "version": "2.2"}, |
| 33 | + {"name": "Scikit-learn", "version": "1.4"}, |
| 34 | + {"name": "Scipy", "version": "1.12"}, |
| 35 | + {"name": "Sklearn-onnx", "version": "1.16"}, |
| 36 | + {"name": "ipykernel", "version": "6.29"} |
| 37 | + ] |
21 | 38 | openshift.io/imported-from: quay.io/opendatahub/workbench-images
|
22 | 39 | opendatahub.io/workbench-image-recommended: 'true'
|
23 | 40 | opendatahub.io/notebook-build-commit: $(odh-codeserver-notebook-image-commit-n)
|
|
29 | 46 | type: Source
|
30 | 47 | # N-1 Version of the image
|
31 | 48 | - annotations:
|
32 |
| - opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.9"}]' |
33 |
| - opendatahub.io/notebook-python-dependencies: '[{"name":"code-server","version":"4.22"}]' |
| 49 | + # language=json |
| 50 | + opendatahub.io/notebook-software: | |
| 51 | + [ |
| 52 | + {"name": "code-server", "version": "4.22"}, |
| 53 | + {"name": "Python", "version": "v3.9"} |
| 54 | + ] |
| 55 | + # language=json |
| 56 | + opendatahub.io/notebook-python-dependencies: | |
| 57 | + [ |
| 58 | + {"name": "Boto3", "version": "1.34"}, |
| 59 | + {"name": "Kafka-Python", "version": "2.0"}, |
| 60 | + {"name": "Matplotlib", "version": "3.8"}, |
| 61 | + {"name": "Numpy", "version": "1.26"}, |
| 62 | + {"name": "Pandas", "version": "2.2"}, |
| 63 | + {"name": "Plotly", "version": "5.19"}, |
| 64 | + {"name": "Scikit-learn", "version": "1.4"}, |
| 65 | + {"name": "Scipy", "version": "1.12"}, |
| 66 | + {"name": "Sklearn-onnx", "version": "1.16"}, |
| 67 | + {"name": "ipykernel", "version": "6.29"} |
| 68 | + ] |
34 | 69 | openshift.io/imported-from: quay.io/opendatahub/workbench-images
|
35 | 70 | opendatahub.io/workbench-image-recommended: 'false'
|
36 | 71 | opendatahub.io/notebook-build-commit: $(odh-codeserver-notebook-image-commit-n-1)
|
|
0 commit comments