Skip to content

Commit 72ecacd

Browse files
committed
Fix numa package
1 parent e82b4e2 commit 72ecacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/rocm/build_wheels/Dockerfile.manylinux_2_28_x86_64.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG ROCM_BUILD_NUM
99
# manylinux base image. However, adding this does fix an issue where Bazel isn't able
1010
# to find them.
1111
RUN --mount=type=cache,target=/var/cache/dnf \
12-
dnf install -y gcc-c++-8.5.0-22.el8_10.x86_64 libnuma-dev
12+
dnf install -y gcc-c++-8.5.0-22.el8_10.x86_64 libnuma-devel
1313

1414
RUN --mount=type=cache,target=/var/cache/dnf \
1515
--mount=type=bind,source=build/rocm/tools/get_rocm.py,target=get_rocm.py \

0 commit comments

Comments
 (0)