Skip to content

Commit 1dcfbbb

Browse files
authored
Merge branch 'master' into revert_changes
2 parents 30b3a2c + be862bd commit 1dcfbbb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/install_smdebug.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ if [ "$SMDEBUG_S3_BINARY" ]; then
3838
echo "Installing smdebug and smdebug_rules from pre-generated pip wheels located at $SMDEBUG_S3_BINARY"
3939
mkdir -p s3_pip_binary
4040
aws s3 cp --recursive "$SMDEBUG_S3_BINARY" s3_pip_binary
41-
pip install --upgrade --force-reinstall s3_pip_binary/smdebug_rules-*.whl
42-
pip install --upgrade --force-reinstall s3_pip_binary/smdebug-*.whl
4341
export CORE_COMMIT=`cat s3_pip_binary/CORE_COMMIT`
4442
export RULES_COMMIT=`cat s3_pip_binary/RULES_COMMIT`
4543
echo "Commit hash on sagemaker-debugger-rules repository being used: $RULES_COMMIT"

0 commit comments

Comments
 (0)