Skip to content

Commit

Permalink
Added support for specifying targets for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Jan 14, 2024
1 parent b471554 commit b13bbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rocm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ARG AMDGPU_INSTALL_URL=https://repo.radeon.com/amdgpu-install/6.0/ubuntu/${UBUNT
FROM ubuntu:${UBUNTU_VERSION} as hipblas_base

ARG AMDGPU_INSTALL_URL
ARG AMDGPU_TARGETS
ENV PATH="/opt/rocm/bin:${PATH}"

# Install ROCm
RUN apt-get update && \
Expand Down

0 comments on commit b13bbec

Please sign in to comment.