File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
intel/runtimes/tensorflow/ubi9-python-3.9
jupyter/intel/tensorflow/ubi9-python-3.9 Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
ARG BASE_IMAGE
2
2
FROM ${BASE_IMAGE}
3
3
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" \
9
9
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
10
10
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"
13
13
14
14
USER root
15
15
Original file line number Diff line number Diff line change 1
1
ARG BASE_IMAGE
2
2
FROM ${BASE_IMAGE}
3
3
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" \
9
9
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
10
10
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"
13
13
14
14
WORKDIR /opt/app-root/bin
15
15
You can’t perform that action at this time.
0 commit comments