Merge branch 'master' of github.com:RadeonOpenCompute/rocm-docker

This commit is contained in:
Paul 2018-07-26 09:35:41 -05:00
commit dd11756ced
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
sudo \
libelf1 \
rocm-dev \
build-essential && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

View File

@ -11,7 +11,7 @@
# 'docker run -it --rm -v [host/directory]:[container/directory]:ro <user-name>/<project-name>'.
FROM ubuntu:16.04
MAINTAINER Peng Sun <Peng.Sun@amd>
MAINTAINER Peng Sun <Peng.Sun@amd.com>
# Initialize the image
# Modify to pre-install dev tools and ROCm packages