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 1a0d06f commit d2d04c7Copy full SHA for d2d04c7
Dockerfile
@@ -100,6 +100,10 @@ RUN if [ "${BUILD_TYPE}" = "hipblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then
100
ldconfig \
101
; fi
102
103
+RUN if [ "${BUILD_TYPE}" = "hipblas" ]; then \
104
+ ln -s /opt/rocm-**/lib/llvm/lib/libomp.so /usr/lib/libomp.so \
105
+ ; fi
106
+
107
RUN expr "${BUILD_TYPE}" = intel && echo "intel" > /run/localai/capability || echo "not intel"
108
109
# Cuda
0 commit comments