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 a760f7f commit 47ccfccCopy full SHA for 47ccfcc
Dockerfile
@@ -72,6 +72,12 @@ RUN <<EOT bash
72
fi
73
EOT
74
75
+RUN <<EOT bash
76
+ if [ "${BUILD_TYPE}" = "cublas" ] && [ "${TARGETARCH}" = "arm64" ]; then
77
+ echo "nvidia-l4t" > /run/localai/capability
78
+ fi
79
+EOT
80
+
81
# If we are building with clblas support, we need the libraries for the builds
82
RUN if [ "${BUILD_TYPE}" = "clblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then \
83
apt-get update && \
0 commit comments