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.
1 parent a818fa4 commit 996864eCopy full SHA for 996864e
tests/unit/test_estimator.py
@@ -3021,7 +3021,6 @@ def test_register_default_image(sagemaker_session):
3021
"containers": [
3022
{
3023
"Image": estimator.image_uri,
3024
- "Environment": {},
3025
"ModelDataUrl": estimator.model_data,
3026
}
3027
],
@@ -3070,7 +3069,6 @@ def test_register_inference_image(sagemaker_session):
3070
3069
3071
3072
"Image": inference_image,
3073
3074
3075
3076
0 commit comments