Adding dependencies for rocm_agent_enumerator

[ROCm/clr commit: f51ac2b43e]
Tento commit je obsažen v:
Kent Knox
2018-01-10 11:26:51 -06:00
rodič 32ad2cd322
revize 99268efb2c
2 změnil soubory, kde provedl 6 přidání a 3 odebrání
+3
Zobrazit soubor
@@ -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/*