File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG AMDGPU_VERSION=6.2.4
38
38
# Install the ROCm rpms
39
39
# ref: https://github.com/ROCm/ROCm-docker/blob/master/dev/Dockerfile-centos-7-complete
40
40
# Note: Based on 6.2 above new package mivisionx is a pre-requistes, which bring in more dependent packages
41
- # so we are only installing meta packages of rocm
41
+ # Only the ROCm meta- packages are installed
42
42
# ref: https://rocm.docs.amd.com/projects/install-on-linux/en/develop/reference/package-manager-integration.html#packages-in-rocm-programming-models
43
43
RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \
44
44
echo "name=ROCm" >> /etc/yum.repos.d/rocm.repo && \
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG AMDGPU_VERSION=6.2.4
38
38
# Install the ROCm rpms
39
39
# ref: https://github.com/ROCm/ROCm-docker/blob/master/dev/Dockerfile-centos-7-complete
40
40
# Note: Based on 6.2 above new package mivisionx is a pre-requistes, which bring in more dependent packages
41
- # so we are only installing meta packages of rocm
41
+ # Only the ROCm meta- packages are installed
42
42
# ref: https://rocm.docs.amd.com/projects/install-on-linux/en/develop/reference/package-manager-integration.html#packages-in-rocm-programming-models
43
43
RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \
44
44
echo "name=ROCm" >> /etc/yum.repos.d/rocm.repo && \
You can’t perform that action at this time.
0 commit comments