File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
rstudio/rhel9-python-3.12/build-args Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 4747 type : Docker
4848 dockerStrategy :
4949 dockerfilePath : " rstudio/rhel9-python-3.12/Dockerfile.cuda"
50+ buildArgs :
51+ - name : BASE_IMAGE
52+ value : quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:v12.8
5053 noCache : true
5154 volumes :
5255 - name : secret-mvn
Original file line number Diff line number Diff line change 4444 type : Docker
4545 dockerStrategy :
4646 dockerfilePath : " rstudio/rhel9-python-3.12/Dockerfile.cpu"
47+ buildArgs :
48+ - name : BASE_IMAGE
49+ value : registry.redhat.io/rhel9/python-312:latest
4750 volumes :
4851 - name : secret-mvn
4952 source :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments