File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
jupyter/datascience/ubi9-python-3.11 Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -104,4 +104,7 @@ RUN echo "Installing softwares and packages" && \
104
104
chmod -R g+w /opt/app-root/lib/python3.11/site-packages && \
105
105
fix-permissions /opt/app-root -P
106
106
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
+
107
110
WORKDIR /opt/app-root/src
Original file line number Diff line number Diff line change @@ -14,12 +14,6 @@ resources:
14
14
- jupyter-rocm-minimal-notebook-imagestream.yaml
15
15
- jupyter-rocm-pytorch-notebook-imagestream.yaml
16
16
- 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
23
17
24
18
commonLabels :
25
19
opendatahub.io/component : " true"
You can’t perform that action at this time.
0 commit comments