Skip to content

Commit 92fec97

Browse files
committed
Dockerfile labels updated
1 parent 477e3b4 commit 92fec97

File tree

2 files changed

+14
-14
lines changed
  • intel/runtimes/tensorflow/ubi9-python-3.9
  • jupyter/intel/tensorflow/ubi9-python-3.9

2 files changed

+14
-14
lines changed

intel/runtimes/tensorflow/ubi9-python-3.9/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ARG BASE_IMAGE
22
FROM ${BASE_IMAGE}
33

4-
LABEL name="odh-notebook-intel-runtime-pytorch-ubi9-python-3.9" \
5-
summary="Runtime Intel® optimized pytorch notebook image for ODH notebooks" \
6-
description="Runtime Intel® optimized pytorch notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
7-
io.k8s.display-name="Runtime Intel® optimized pytorch notebook image for ODH notebooks" \
8-
io.k8s.description="Runtime Intel® optimized pytorch notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
4+
LABEL name="odh-notebook-intel-runtime-tensorflow-ubi9-python-3.9" \
5+
summary="Runtime Intel® optimized TensorFlow notebook image for ODH notebooks" \
6+
description="Runtime Intel® optimized TesorFlow notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
7+
io.k8s.display-name="Runtime Intel® optimized TensorFlow notebook image for ODH notebooks" \
8+
io.k8s.description="Runtime Intel® optimized TensorFlow notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
99
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
1010
io.openshift.build.commit.ref="main" \
11-
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/intel/runtimes/pytorch/ubi9-python-3.9" \
12-
io.openshift.build.image="quay.io/opendatahub/workbench-images:intel-runtime-pytorch-ubi9-python-3.9"
11+
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/intel/runtimes/tensorflow/ubi9-python-3.9" \
12+
io.openshift.build.image="quay.io/opendatahub/workbench-images:intel-runtime-tensorflow-ubi9-python-3.9"
1313

1414
USER root
1515

jupyter/intel/tensorflow/ubi9-python-3.9/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ARG BASE_IMAGE
22
FROM ${BASE_IMAGE}
33

4-
LABEL name="odh-notebook-jupyter-intel-pytorch-ubi9-python-3.9" \
5-
summary="Jupyter Intel® optimized pytorch notebook image for ODH notebooks." \
6-
description="Jupyter Intel® pytorch notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
7-
io.k8s.display-name="Jupyter Intel® optimized pytorch notebook image for ODH notebooks." \
8-
io.k8s.description="Jupyter Intel® optimized pytorch notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
4+
LABEL name="odh-notebook-jupyter-intel-tensorflow-ubi9-python-3.9" \
5+
summary="Jupyter Intel® optimized TensorFlow notebook image for ODH notebooks." \
6+
description="Jupyter Intel® TensorFlow notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
7+
io.k8s.display-name="Jupyter Intel® optimized TensorFlow notebook image for ODH notebooks." \
8+
io.k8s.description="Jupyter Intel® optimized TensorFlow notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
99
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
1010
io.openshift.build.commit.ref="main" \
11-
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/intel/pytorch/ubi9-python-3.9" \
12-
io.openshift.build.image="quay.io/opendatahub/workbench-images:jupyter-intel-pytorch-ubi9-python-3.9"
11+
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/intel/tensorflow/ubi9-python-3.9" \
12+
io.openshift.build.image="quay.io/opendatahub/workbench-images:jupyter-intel-tensorflow-ubi9-python-3.9"
1313

1414
WORKDIR /opt/app-root/bin
1515

0 commit comments

Comments
 (0)