Skip to content

Commit

Permalink
Removed the redundant installation of smdebug and smdebug-rules (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
leleamol authored Oct 28, 2020
1 parent 311a6f4 commit be862bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/install_smdebug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ if [ "$SMDEBUG_S3_BINARY" ]; then
echo "Installing smdebug and smdebug_rules from pre-generated pip wheels located at $SMDEBUG_S3_BINARY"
mkdir -p s3_pip_binary
aws s3 cp --recursive "$SMDEBUG_S3_BINARY" s3_pip_binary
pip install --upgrade --force-reinstall s3_pip_binary/smdebug_rules-*.whl
pip install --upgrade --force-reinstall s3_pip_binary/smdebug-*.whl
export CORE_COMMIT=`cat s3_pip_binary/CORE_COMMIT`
export RULES_COMMIT=`cat s3_pip_binary/RULES_COMMIT`
echo "Commit hash on sagemaker-debugger-rules repository being used: $RULES_COMMIT"
Expand Down

0 comments on commit be862bd

Please sign in to comment.