From 6fc3de30818449c1b256d3b52ea2e447433d56af Mon Sep 17 00:00:00 2001 From: satnam72 <125819218+satnam72@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:07:08 -0400 Subject: [PATCH 1/4] Improve comment clarity - Rephrase the comment to be more grammatically correct and clear. --- runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm b/runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm index 7c20951b35..b9b5531664 100644 --- a/runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm +++ b/runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm @@ -38,7 +38,7 @@ ARG AMDGPU_VERSION=6.2.4 # Install the ROCm rpms # ref: https://github.com/ROCm/ROCm-docker/blob/master/dev/Dockerfile-centos-7-complete # Note: Based on 6.2 above new package mivisionx is a pre-requistes, which bring in more dependent packages -# so we are only installing meta packages of rocm +# Only the ROCm meta-packages are installed # ref: https://rocm.docs.amd.com/projects/install-on-linux/en/develop/reference/package-manager-integration.html#packages-in-rocm-programming-models RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \ echo "name=ROCm" >> /etc/yum.repos.d/rocm.repo && \ From 70eca780d213fbaadc9410f40976b9cdafb8b587 Mon Sep 17 00:00:00 2001 From: satnam72 <125819218+satnam72@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:08:10 -0400 Subject: [PATCH 2/4] Improve comment clarity - Rephrase the comment to be more grammatically correct and clear. --- runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm b/runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm index e3748c4182..c3d63bf8da 100644 --- a/runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm +++ b/runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm @@ -38,7 +38,7 @@ ARG AMDGPU_VERSION=6.2.4 # Install the ROCm rpms # ref: https://github.com/ROCm/ROCm-docker/blob/master/dev/Dockerfile-centos-7-complete # Note: Based on 6.2 above new package mivisionx is a pre-requistes, which bring in more dependent packages -# so we are only installing meta packages of rocm +# Only the ROCm meta-packages are installed # ref: https://rocm.docs.amd.com/projects/install-on-linux/en/develop/reference/package-manager-integration.html#packages-in-rocm-programming-models RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \ echo "name=ROCm" >> /etc/yum.repos.d/rocm.repo && \ From 5854fa7a64737edea9c7996e90c1f4c855d176e8 Mon Sep 17 00:00:00 2001 From: satnam72 <125819218+satnam72@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:38:32 -0400 Subject: [PATCH 3/4] Removed single trailing space - Removed single trailing space at the end of comment --- runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm b/runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm index b9b5531664..b5c3fc1b6c 100644 --- a/runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm +++ b/runtimes/rocm-tensorflow/ubi9-python-3.11/Dockerfile.rocm @@ -38,7 +38,7 @@ ARG AMDGPU_VERSION=6.2.4 # Install the ROCm rpms # ref: https://github.com/ROCm/ROCm-docker/blob/master/dev/Dockerfile-centos-7-complete # Note: Based on 6.2 above new package mivisionx is a pre-requistes, which bring in more dependent packages -# Only the ROCm meta-packages are installed +# Only the ROCm meta-packages are installed # ref: https://rocm.docs.amd.com/projects/install-on-linux/en/develop/reference/package-manager-integration.html#packages-in-rocm-programming-models RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \ echo "name=ROCm" >> /etc/yum.repos.d/rocm.repo && \ From 0ec568084396b4d7dbd12386e302daee966d98b8 Mon Sep 17 00:00:00 2001 From: satnam72 <125819218+satnam72@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:39:36 -0400 Subject: [PATCH 4/4] Removed single trailing - Removed single trailing space at the end of comment --- runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm b/runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm index c3d63bf8da..8c0bb6d0ee 100644 --- a/runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm +++ b/runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm @@ -38,7 +38,7 @@ ARG AMDGPU_VERSION=6.2.4 # Install the ROCm rpms # ref: https://github.com/ROCm/ROCm-docker/blob/master/dev/Dockerfile-centos-7-complete # Note: Based on 6.2 above new package mivisionx is a pre-requistes, which bring in more dependent packages -# Only the ROCm meta-packages are installed +# Only the ROCm meta-packages are installed # ref: https://rocm.docs.amd.com/projects/install-on-linux/en/develop/reference/package-manager-integration.html#packages-in-rocm-programming-models RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \ echo "name=ROCm" >> /etc/yum.repos.d/rocm.repo && \