File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
jupyter/rocm/tensorflow/ubi9-python-3.12 Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -43,20 +43,21 @@ RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/oc
43
43
rm -f /tmp/openshift-client-linux.tar.gz
44
44
# Install the oc client end
45
45
46
- ########################
46
+ #############
47
47
# rocm-base #
48
- ########################
48
+ #############
49
49
FROM base AS rocm-base
50
50
51
51
USER 0
52
52
WORKDIR /opt/app-root/bin
53
53
54
54
# Please keep in sync with ROCm/python3.12 dependent images
55
- ARG ROCM_VERSION=6.4.1
56
- ARG AMDGPU_VERSION=6.4.1
55
+ ARG ROCM_VERSION=6.4.3
56
+ ARG AMDGPU_VERSION=6.4.3
57
57
58
58
# Install the ROCm rpms
59
59
# ref: https://github.com/ROCm/ROCm-docker/blob/master/dev/Dockerfile-centos-7-complete
60
+ # docs: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/install-methods/package-manager/package-manager-rhel.html#registering-rocm-repositories
60
61
# Note: Based on 6.4 above new package mivisionx is a pre-requistes, which bring in more dependent packages
61
62
# so we are only installing meta packages of rocm
62
63
# ref: https://rocm.docs.amd.com/projects/install-on-linux/en/develop/reference/package-manager-integration.html#packages-in-rocm-programming-models
You can’t perform that action at this time.
0 commit comments