Skip to content

Commit 7cdfb32

Browse files
chore(docker): AUT-1344 uninstall pyelftools to address dependency/license issues (#736)
Signed-off-by: svcnemo-autobot <svcnemo-autobot@nvidia.com>
1 parent 91f4d40 commit 7cdfb32

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker/common/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ main() {
152152
--all-groups ${UV_ARGS[@]}
153153
# Install the package
154154
uv pip install --no-deps -e .
155+
# Remove pyelftools to address dependency/license issues.
156+
uv pip uninstall pyelftools
155157
else
156158
if [[ "$INFERENCE_FRAMEWORK" != "inframework" ]]; then
157159
EXTRA="[$INFERENCE_FRAMEWORK]"
@@ -167,6 +169,8 @@ main() {
167169

168170

169171
pip install --pre --no-cache-dir --no-build-isolation .$EXTRA
172+
# Remove pyelftools to address dependency/license issues.
173+
pip uninstall -y pyelftools
170174
fi
171175

172176
}

0 commit comments

Comments
 (0)