Make sure that hexdump is available in ROCM docker image.
PiperOrigin-RevId: 333067882 Change-Id: I7cf9dc127f819a0baaeafe6f36aafd88b02a163e
This commit is contained in:
parent
56204e2734
commit
1b98b8676b
@ -44,9 +44,11 @@ COPY install/install_deb_packages.sh /install/
|
||||
RUN /install/install_deb_packages.sh
|
||||
|
||||
# Install additional packages needed for this image:
|
||||
# - bsdmainutils (hexdump) for MLIR generated GPU kernels
|
||||
# - dependencies to build Python from source
|
||||
# - patchelf, as it is required by auditwheel
|
||||
RUN apt-get update && apt-get install -y \
|
||||
bsdmainutils \
|
||||
libbz2-dev \
|
||||
libffi-dev \
|
||||
libgdbm-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user