Skip to content

Commit 264cfa1

Browse files
author
Yadan Wei
committed
fix pip install env
1 parent b87e6f5 commit 264cfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ def _generate_framework_script(
19271927
# Some py3 containers has typing, which may breaks pip install
19281928
pip uninstall --yes typing
19291929
1930-
pip install -r requirements.txt
1930+
python -m pip install -r requirements.txt
19311931
fi
19321932
19331933
{entry_point_command} {entry_point} "$@"

0 commit comments

Comments
 (0)