Adding dependencies for rocm_agent_enumerator

[ROCm/hip commit: 55fc302e32]
This commit is contained in:
Kent Knox
2018-01-10 11:26:51 -06:00
parent 522151ec4f
commit 3be321dfb6
2 changed files with 6 additions and 3 deletions
@@ -7,6 +7,7 @@ MAINTAINER Kent Knox <kent.knox@amd>
ARG user_uid
# Install Packages
# python and libnuma1 are dependencies of rocm_agent_enumerator
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
sudo \
build-essential \
@@ -14,6 +15,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
git \
libelf-dev \
rpm \
python \
libnuma1 \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*