Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 0 additions & 79 deletions manifests/base/cuda-rstudio-buildconfig.yaml

This file was deleted.

39 changes: 39 additions & 0 deletions manifests/base/cuda-rstudio-imagestream.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
labels:
opendatahub.io/notebook-image: "true"
annotations:
opendatahub.io/notebook-image-creator: RHOAI
opendatahub.io/notebook-image-url: "https://github.com/red-hat-data-services/notebooks/tree/main/rstudio"
opendatahub.io/notebook-image-name: "RStudio | Minimal | CUDA | R 4.5"
opendatahub.io/notebook-image-desc: "RStudio Server Workbench image with an integrated development environment for R, a programming language designed for statistical computing and graphics."
opendatahub.io/notebook-image-order: "22"
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu"]'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add also this annotation:
opendatahub.io/notebook-image-order: "22"
But need to check what is the proper number for downstream.

(The same for the rstudio-imagestream.yaml)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added opendatahub.io/notebook-image-order: "22"

name: cuda-rstudio-rhel9
spec:
lookupPolicy:
local: true
tags:
# N Version of the image
- annotations:
# language=json
opendatahub.io/notebook-software: |
[
{"name":"CUDA","version":"12.8"},
{"name":"R","version":"v4.5"},
{"name":"Python","version":"v3.12"}
]
# language=json
opendatahub.io/notebook-python-dependencies: |
[
{"name":"rstudio-server","version":"2025.09"}
]
openshift.io/imported-from: quay.io/modh/cuda-rstudio
from:
kind: DockerImage
name: odh-workbench-rstudio-cuda-r45-py312-ubi9-n_PLACEHOLDER
name: "2025.2"
referencePolicy:
type: Source
56 changes: 54 additions & 2 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ resources:
- jupyter-tensorflow-notebook-imagestream.yaml
- jupyter-trustyai-notebook-imagestream.yaml
- code-server-notebook-imagestream.yaml
- rstudio-buildconfig.yaml
- cuda-rstudio-buildconfig.yaml
- rstudio-imagestream.yaml
- cuda-rstudio-imagestream.yaml
- jupyter-rocm-minimal-notebook-imagestream.yaml
- jupyter-rocm-pytorch-notebook-imagestream.yaml
- jupyter-rocm-tensorflow-notebook-imagestream.yaml
Expand Down Expand Up @@ -639,6 +639,32 @@ replacements:
kind: ImageStream
name: code-server-notebook
version: v1
- source:
fieldPath: data.odh-workbench-rstudio-cpu-r45-py312-ubi9-n
kind: ConfigMap
name: notebook-image-params
version: v1
targets:
- fieldPaths:
- spec.tags.0.from.name
select:
group: image.openshift.io
kind: ImageStream
name: rstudio-rhel9
version: v1
- source:
fieldPath: data.odh-workbench-rstudio-cuda-r45-py312-ubi9-n
kind: ConfigMap
name: notebook-image-params
version: v1
targets:
- fieldPaths:
- spec.tags.0.from.name
select:
group: image.openshift.io
kind: ImageStream
name: cuda-rstudio-rhel9
version: v1
- source:
fieldPath: data.odh-workbench-jupyter-minimal-rocm-py312-ubi9-n
kind: ConfigMap
Expand Down Expand Up @@ -1367,6 +1393,32 @@ replacements:
kind: ImageStream
name: code-server-notebook
version: v1
- source:
fieldPath: data.odh-workbench-rstudio-cpu-r45-py312-ubi9-commit-n
kind: ConfigMap
name: notebook-image-commithash
version: v1
targets:
- fieldPaths:
- spec.tags.0.annotations.[opendatahub.io/notebook-build-commit]
select:
group: image.openshift.io
kind: ImageStream
name: rstudio-rhel9
version: v1
- source:
fieldPath: data.odh-workbench-rstudio-cuda-r45-py312-ubi9-commit-n
kind: ConfigMap
name: notebook-image-commithash
version: v1
targets:
- fieldPaths:
- spec.tags.0.annotations.[opendatahub.io/notebook-build-commit]
select:
group: image.openshift.io
kind: ImageStream
name: cuda-rstudio-rhel9
version: v1
- source:
fieldPath: data.odh-workbench-jupyter-minimal-rocm-py312-ubi9-commit-n
kind: ConfigMap
Expand Down
76 changes: 0 additions & 76 deletions manifests/base/rstudio-buildconfig.yaml

This file was deleted.

37 changes: 37 additions & 0 deletions manifests/base/rstudio-imagestream.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
labels:
opendatahub.io/notebook-image: "true"
annotations:
opendatahub.io/notebook-image-creator: RHOAI
opendatahub.io/notebook-image-url: "https://github.com/red-hat-data-services/notebooks/tree/main/rstudio"
opendatahub.io/notebook-image-name: "RStudio | Minimal | CPU | R 4.5"
opendatahub.io/notebook-image-order: "22"
opendatahub.io/notebook-image-desc: "RStudio Server Workbench image with an integrated development environment for R, a programming language designed for statistical computing and graphics."
name: rstudio-rhel9
spec:
lookupPolicy:
local: true
tags:
# N Version of the image
- annotations:
# language=json
opendatahub.io/notebook-software: |
[
{"name":"R","version":"v4.5"},
{"name":"Python","version":"v3.12"}
]
# language=json
opendatahub.io/notebook-python-dependencies: |
[
{"name":"rstudio-server","version":"2025.09"}
]
openshift.io/imported-from: quay.io/modh/rstudio
from:
kind: DockerImage
name: odh-workbench-rstudio-cpu-r45-py312-ubi9-n_PLACEHOLDER
name: "2025.2"
referencePolicy:
type: Source
Loading