Skip to content

Commit 2c45d57

Browse files
committed
Remove comments in runtime dependencies install step
Signed-off-by: Simon Redman <[email protected]>
1 parent 31e0f5e commit 2c45d57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ RUN if [ "${BUILD_TYPE}" = "hipblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then
130130
# End setup steps for specific ROCm version - the packages below will be installed from the configured repositories
131131
apt-get update && \
132132
apt-get install -y --no-install-recommends \
133-
rocm-hip-runtime # Gives libomp.so\
134-
rocblas-dev # Give librocblas.so \
135-
hipblas-dev # Gives libhipblas.so && \
133+
rocm-hip-runtime \
134+
rocblas-dev \
135+
hipblas-dev && \
136136
apt-get clean && \
137137
rm -rf /var/lib/apt/lists/* && \
138138
echo "amd" > /run/localai/capability && \

0 commit comments

Comments
 (0)