Skip to content

Commit df64b1b

Browse files
committed
Remove hipblas-dev and rocblas-dev. I think they are not needed, and have been replaced by the libraries from AMD
Signed-off-by: Simon Redman <[email protected]>
1 parent fbee741 commit df64b1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ RUN if [ "${BUILD_TYPE}" = "hipblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then
134134
rocm-developer-tools \
135135
rocm-hip-runtime-dev \
136136
rocm-hip-sdk \
137-
hipblas-dev \
138-
rocblas-dev \
139137
# Metapackage for the ROCm runtime + client tools
140138
rocm && \
141139
apt-get clean && \

0 commit comments

Comments
 (0)