Skip to content
Snippets Groups Projects
Commit 2e124fa2 authored by Brad King's avatar Brad King
Browse files

ci: add hip4.2 base image

parent a5e865c1
Branches
No related tags found
No related merge requests found
FROM rocm/dev-ubuntu-20.04:4.2
MAINTAINER Brad King <brad.king@kitware.com>
ENV PATH="/opt/rocm/bin:$PATH"
COPY install_deps.sh /root/install_deps.sh
RUN sh /root/install_deps.sh
#!/bin/sh
set -e
apt-get update
# Install development tools.
apt-get install -y --no-install-recommends \
g++ \
curl \
git
apt-get clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment