There was an error while loading. Please reload this page.
1 parent 91f4d40 commit 7cdfb32Copy full SHA for 7cdfb32
1 file changed
docker/common/install.sh
@@ -152,6 +152,8 @@ main() {
152
--all-groups ${UV_ARGS[@]}
153
# Install the package
154
uv pip install --no-deps -e .
155
+ # Remove pyelftools to address dependency/license issues.
156
+ uv pip uninstall pyelftools
157
else
158
if [[ "$INFERENCE_FRAMEWORK" != "inframework" ]]; then
159
EXTRA="[$INFERENCE_FRAMEWORK]"
@@ -167,6 +169,8 @@ main() {
167
169
168
170
171
pip install --pre --no-cache-dir --no-build-isolation .$EXTRA
172
173
+ pip uninstall -y pyelftools
174
fi
175
176
}
0 commit comments