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 d4698f8 commit 3e0a245Copy full SHA for 3e0a245
.gitlab/build.sh
@@ -56,7 +56,7 @@ ARCH=$(uname -m)
56
# Skip dependency installation if running in pre-built nixl-base image
57
if [ -n "${NIXL_BASE_IMAGE_ENV}" ]; then
58
# Use pre-installed libfabric from base image
59
- LIBFABRIC_INSTALL_DIR=${LIBFABRIC_INSTALL_DIR:-/usr/local}
+ LIBFABRIC_INSTALL_DIR=/usr/local
60
else
61
62
# Some docker images are with broken installations:
0 commit comments