Skip to content

Commit

Permalink
fix: Fix get_image_uri warning log for default xgboost version. (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericangelokim authored and laurenyu committed Sep 6, 2019
1 parent 5ec22c0 commit f54f506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sagemaker/amazon/amazon_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def get_image_uri(region_name, repo_name, repo_version=1):
"There is a more up to date SageMaker XGBoost image."
"To use the newer image, please set 'repo_version'="
"'0.90-1. For example:\n"
"\tget_image_uri(region, 'xgboost', %s).",
"\tget_image_uri(region, 'xgboost', '%s').",
XGBOOST_LATEST_VERSION,
)
repo = "{}:{}".format(repo_name, repo_version)
Expand Down

0 comments on commit f54f506

Please sign in to comment.