You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+2-23Lines changed: 2 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@ FROM requirements AS requirements-drivers
19
19
ARG BUILD_TYPE
20
20
ARG CUDA_MAJOR_VERSION=12
21
21
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`.
24
22
ARG SKIP_DRIVERS=false
25
23
ARG TARGETARCH
26
24
ARG TARGETVARIANT
@@ -113,29 +111,10 @@ RUN if [ "${BUILD_TYPE}" = "clblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then \
113
111
; fi
114
112
115
113
RUN if [ "${BUILD_TYPE}" = "hipblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then \
116
-
# Setup for specific ROCm version as described here: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/install-methods/package-manager/package-manager-ubuntu.html
0 commit comments