Skip to content

Commit aaf4bcf

Browse files
authored
Merge pull request opendatahub-io#2579 from atheo89/rstudio-fixes
Switch from aippc to ubi/rhel images for rstudio
2 parents a254312 + b1ecb47 commit aaf4bcf

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Base Image : RHEL 9.6 with Python 3.12
1+
# Base Image : UBI 9 with Python 3.12
22
# Architectures: linux/arm64, linux/x86_64
3-
# Source : https://quay.io/repository/aipcc/base-images/cpu
4-
BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.0-1758182126
3+
BASE_IMAGE=registry.redhat.io/rhel9/python-312:latest
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Base Image : RHEL 9.6 with Python 3.12
1+
# Base Image : UBI 9 with Python 3.12
22
# CUDA Version : 12.8.1
33
# Architectures: linux/arm64, linux/x86_64
4-
# Source : https://quay.io/repository/aipcc/base-images/cuda
5-
BASE_IMAGE=quay.io/aipcc/base-images/cuda:3.0-1758181710
4+
BASE_IMAGE=quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:v12.8

0 commit comments

Comments
 (0)