@@ -159,16 +159,6 @@ FROM cuda-base AS cuda-jupyter-minimal
159159ARG JUPYTER_REUSABLE_UTILS=jupyter/utils
160160ARG MINIMAL_SOURCE_CODE=jupyter/minimal/ubi9-python-3.11
161161
162- LABEL name="odh-notebook-jupyter-cuda-minimal-ubi9-python-3.11" \
163- summary="Minimal Jupyter CUDA notebook image for ODH notebooks" \
164- description="Minimal Jupyter CUDA notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
165- io.k8s.display-name="Minimal Jupyter CUDA notebook image for ODH notebooks" \
166- io.k8s.description="Minimal Jupyter CUDA notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
167- authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
168- io.openshift.build.commit.ref="main" \
169- io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/minimal/ubi9-python-3.11" \
170- io.openshift.build.image="quay.io/opendatahub/workbench-images:cuda-jupyter-minimal-ubi9-python-3.11"
171-
172162WORKDIR /opt/app-root/bin
173163
174164COPY ${JUPYTER_REUSABLE_UTILS} utils/
@@ -202,3 +192,11 @@ RUN echo "Installing softwares and packages" && \
202192WORKDIR /opt/app-root/src
203193
204194ENTRYPOINT ["start-notebook.sh"]
195+
196+ LABEL name="rhoai/odh-workbench-jupyter-minimal-cuda-py311-rhel9" \
197+ com.redhat.component="odh-workbench-jupyter-minimal-cuda-py311-rhel9" \
198+ io.k8s.display-name="odh-workbench-jupyter-minimal-cuda-py311-rhel9" \
199+ summary="Minimal Jupyter CUDA notebook image for ODH notebooks" \
200+ description="Minimal Jupyter CUDA notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
201+ io.k8s.description="Minimal Jupyter CUDA notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
202+ com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"
0 commit comments