Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
fc004d4d
Unverified
Commit
fc004d4d
authored
Jul 15, 2025
by
jthomson04
Committed by
GitHub
Jul 15, 2025
Browse files
fix: Fix TRT-LLM container build when using a custom pip wheel (#1825)
parent
3c6fc6fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
container/build.sh
container/build.sh
+3
-1
No files found.
container/build.sh
View file @
fc004d4d
...
@@ -424,13 +424,15 @@ else
...
@@ -424,13 +424,15 @@ else
fi
fi
fi
fi
c
d
"
$NIXL_DIR
"
||
exit
push
d
"
$NIXL_DIR
"
||
exit
if
!
git checkout
${
NIXL_COMMIT
}
;
then
if
!
git checkout
${
NIXL_COMMIT
}
;
then
echo
"ERROR: Failed to checkout NIXL commit
${
NIXL_COMMIT
}
. The cached directory may be out of date."
echo
"ERROR: Failed to checkout NIXL commit
${
NIXL_COMMIT
}
. The cached directory may be out of date."
echo
"Please delete
$NIXL_DIR
and re-run the build script."
echo
"Please delete
$NIXL_DIR
and re-run the build script."
exit
1
exit
1
fi
fi
popd
BUILD_CONTEXT_ARG+
=
" --build-context nixl=
$NIXL_DIR
"
BUILD_CONTEXT_ARG+
=
" --build-context nixl=
$NIXL_DIR
"
# Add NIXL_COMMIT as a build argument to enable caching
# Add NIXL_COMMIT as a build argument to enable caching
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment