Skip to content

Commit 9bd68b1

Browse files
authored
rocm.Dockerfile: updated comments
1 parent afaa04e commit 9bd68b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devops/rocm.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG UBUNTU_VERSION=24.04
44
ARG ROCM_VERSION=6.4
55
ARG AMDGPU_VERSION=6.4
66

7-
# Target the ROCM build image
7+
# Target the ROCm build image
88
ARG BASE_ROCM_DEV_CONTAINER=rocm/dev-ubuntu-${UBUNTU_VERSION}:${ROCM_VERSION}-complete
99

1010
### Build image
@@ -20,7 +20,7 @@ FROM ${BASE_ROCM_DEV_CONTAINER} AS build
2020
ARG ROCM_DOCKER_ARCH='gfx803,gfx900,gfx906,gfx908,gfx90a,gfx942,gfx1010,gfx1030,gfx1032,gfx1100,gfx1101,gfx1102,gfx1200,gfx1201'
2121
#ARG ROCM_DOCKER_ARCH=gfx1100
2222

23-
# Set nvcc architectured
23+
# Set ROCm architectured
2424
ENV AMDGPU_TARGETS=${ROCM_DOCKER_ARCH}
2525
# Enable ROCm
2626
# ENV CC=/opt/rocm/llvm/bin/clang

0 commit comments

Comments
 (0)