We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911911d commit d197315Copy full SHA for d197315
python/compose.override.yaml
@@ -25,5 +25,8 @@ services:
25
org.opencontainers.image.version: 3.10-${IDP_VERSION:-core}
26
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-idp-${IDP_VERSION:-core}-py${PYTHON_VERSION:-3.10}-base
27
xpu:
28
+ build:
29
+ labels:
30
+ org.opencontainers.image.title: "Intel® Distribution for Python XPU Base Image"
31
extends: idp
32
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-idp-${IDP_VERSION:-core}-py${PYTHON_VERSION:-3.10}-xpu-base
0 commit comments