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 5948497 commit 9004896Copy full SHA for 9004896
Dockerfile
@@ -130,8 +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
- rocblas-dev \
134
- hipblas-dev && \
+ rocm-hip-runtime # Gives libomp.so\
+ rocblas-dev # Give librocblas.so \
135
+ hipblas-dev # Gives libhipblas.so && \
136
apt-get clean && \
137
rm -rf /var/lib/apt/lists/* && \
138
echo "amd" > /run/localai/capability && \
0 commit comments