Skip to content

Commit da911e7

Browse files
committed
NO-JIRA: remove unused OpenCL ICD packages from ROCm TensorFlow Dockerfile
1 parent 332dd8b commit da911e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \
7272
echo "gpgcheck=0" >> /etc/yum.repos.d/amdgpu.repo && \
7373
dnf install -y 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm' && \
7474
dnf clean all && dnf makecache && \
75-
dnf install -y ocl-icd ocl-icd-devel opencl-icd opencl-icd-loader && \
7675
dnf install -y rocm-developer-tools rocm-ml-sdk rocm-opencl-sdk rocm-openmp-sdk rocm-utils && \
7776
dnf clean all && rm -rf /var/cache/dnf
7877

0 commit comments

Comments
 (0)