Skip to content

Commit 6aeb120

Browse files
committed
Use default ROCm version of 5.5.1 to match Ubuntu package
1 parent 9d7e25c commit 6aeb120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ FROM requirements AS requirements-drivers
1919
ARG BUILD_TYPE
2020
ARG CUDA_MAJOR_VERSION=12
2121
ARG CUDA_MINOR_VERSION=0
22-
ARG ROCM_MAJOR_VERSION=6
23-
ARG ROCM_MINOR_VERSION=1 # ROCm version to append to the major version, in the format of their apt repo (https://repo.radeon.com/rocm/apt/). Like `0_alpha` or `3.4`.
22+
ARG ROCM_MAJOR_VERSION=5
23+
ARG ROCM_MINOR_VERSION=5.1 # ROCm version to append to the major version, in the format of their apt repo (https://repo.radeon.com/rocm/apt/). Like `0_alpha` or `3.4`.
2424
ARG SKIP_DRIVERS=false
2525
ARG TARGETARCH
2626
ARG TARGETVARIANT

0 commit comments

Comments
 (0)