Skip to content

Commit feeed89

Browse files
authored
(case 2) Add the runtime-images COPY cmd back on DS notebook (#944)
* Add the runtime-images COPY cmd back on DS notebook * Exclude runtime ImageStreams from Kustomization
1 parent 0c79487 commit feeed89

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,7 @@ RUN echo "Installing softwares and packages" && \
104104
chmod -R g+w /opt/app-root/lib/python3.11/site-packages && \
105105
fix-permissions /opt/app-root -P
106106

107+
# Copy Elyra runtime-images definitions and set the version
108+
COPY ${DATASCIENCE_SOURCE_CODE}/runtime-images/ /opt/app-root/share/jupyter/metadata/runtime-images/
109+
107110
WORKDIR /opt/app-root/src

manifests/base/kustomization.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ resources:
1414
- jupyter-rocm-minimal-notebook-imagestream.yaml
1515
- jupyter-rocm-pytorch-notebook-imagestream.yaml
1616
- jupyter-rocm-tensorflow-notebook-imagestream.yaml
17-
- runtime-datascience-imagestream.yaml
18-
- runtime-minimal-imagestream.yaml
19-
- runtime-pytorch-imagestream.yaml
20-
- runtime-rocm-pytorch-imagestream.yaml
21-
- runtime-rocm-tensorflow-imagestream.yaml
22-
- runtime-tensorflow-imagestream.yaml
2317

2418
commonLabels:
2519
opendatahub.io/component: "true"

0 commit comments

Comments
 (0)