We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30b3a2c + be862bd commit 1dcfbbbCopy full SHA for 1dcfbbb
config/install_smdebug.sh
@@ -38,8 +38,6 @@ if [ "$SMDEBUG_S3_BINARY" ]; then
38
echo "Installing smdebug and smdebug_rules from pre-generated pip wheels located at $SMDEBUG_S3_BINARY"
39
mkdir -p s3_pip_binary
40
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
43
export CORE_COMMIT=`cat s3_pip_binary/CORE_COMMIT`
44
export RULES_COMMIT=`cat s3_pip_binary/RULES_COMMIT`
45
echo "Commit hash on sagemaker-debugger-rules repository being used: $RULES_COMMIT"
0 commit comments