We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332dd8b commit da911e7Copy full SHA for da911e7
jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.rocm
@@ -72,7 +72,6 @@ RUN echo "[ROCm]" > /etc/yum.repos.d/rocm.repo && \
72
echo "gpgcheck=0" >> /etc/yum.repos.d/amdgpu.repo && \
73
dnf install -y 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm' && \
74
dnf clean all && dnf makecache && \
75
- dnf install -y ocl-icd ocl-icd-devel opencl-icd opencl-icd-loader && \
76
dnf install -y rocm-developer-tools rocm-ml-sdk rocm-opencl-sdk rocm-openmp-sdk rocm-utils && \
77
dnf clean all && rm -rf /var/cache/dnf
78
0 commit comments