mirror of
https://github.com/ROCm/ROCm-docker.git
synced 2026-05-04 23:26:10 +02:00
Merge branch 'master' of github.com:RadeonOpenCompute/rocm-docker
This commit is contained in:
commit
dd11756ced
@ -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/*
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user