Skip to content

Commit

Permalink
[ROCm]: Move dockerfile to ROCm5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Batra committed Feb 9, 2023
1 parent 8268cd5 commit 023226e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/rocm/Dockerfile.rocm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:focal
MAINTAINER Reza Rahimi <reza.rahimi@amd.com>
MAINTAINER Rahul Batra<rahbatra@amd.com>

ARG ROCM_DEB_REPO=http://repo.radeon.com/rocm/apt/5.3/
ARG ROCM_DEB_REPO=http://repo.radeon.com/rocm/apt/5.4/
ARG ROCM_BUILD_NAME=ubuntu
ARG ROCM_BUILD_NUM=main
ARG ROCM_PATH=/opt/rocm-5.3.0
ARG ROCM_PATH=/opt/rocm-5.4.0

ARG DEBIAN_FRONTEND=noninteractive
ENV HOME /root/
Expand Down

0 comments on commit 023226e

Please sign in to comment.