Adding missing runtime dependency
This commit is contained in:
@@ -81,7 +81,7 @@ EOF
|
|||||||
RUN microdnf -y --nodocs --setopt=install_weak_deps=0 \
|
RUN microdnf -y --nodocs --setopt=install_weak_deps=0 \
|
||||||
--exclude='*sdk*' --exclude='*samples*' --exclude='*-doc*' --exclude='*-docs*' \
|
--exclude='*sdk*' --exclude='*samples*' --exclude='*-doc*' --exclude='*-docs*' \
|
||||||
install \
|
install \
|
||||||
bash ca-certificates libatomic libstdc++ libgcc \
|
bash ca-certificates libatomic libstdc++ libgcc libgomp sudo \
|
||||||
hip-runtime-amd rocblas hipblas \
|
hip-runtime-amd rocblas hipblas \
|
||||||
rocminfo radeontop \
|
rocminfo radeontop \
|
||||||
&& microdnf clean all && rm -rf /var/cache/dnf/*
|
&& microdnf clean all && rm -rf /var/cache/dnf/*
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ EOF
|
|||||||
RUN microdnf -y --nodocs --setopt=install_weak_deps=0 \
|
RUN microdnf -y --nodocs --setopt=install_weak_deps=0 \
|
||||||
--exclude='*sdk*' --exclude='*samples*' --exclude='*-doc*' --exclude='*-docs*' \
|
--exclude='*sdk*' --exclude='*samples*' --exclude='*-doc*' --exclude='*-docs*' \
|
||||||
install \
|
install \
|
||||||
bash ca-certificates libatomic libstdc++ libgcc \
|
bash ca-certificates libatomic libstdc++ libgcc libgomp sudo \
|
||||||
hip-runtime-amd rocblas hipblas \
|
hip-runtime-amd rocblas hipblas \
|
||||||
rocminfo radeontop \
|
rocminfo radeontop \
|
||||||
&& microdnf clean all && rm -rf /var/cache/dnf/*
|
&& microdnf clean all && rm -rf /var/cache/dnf/*
|
||||||
|
|||||||
Reference in New Issue
Block a user