We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e0f5e commit 2c45d57Copy full SHA for 2c45d57
Dockerfile
@@ -130,9 +130,9 @@ RUN if [ "${BUILD_TYPE}" = "hipblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then
130
# End setup steps for specific ROCm version - the packages below will be installed from the configured repositories
131
apt-get update && \
132
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 && \
+ rocm-hip-runtime \
+ rocblas-dev \
+ hipblas-dev && \
136
apt-get clean && \
137
rm -rf /var/lib/apt/lists/* && \
138
echo "amd" > /run/localai/capability && \
0 commit comments