Skip to content

Commit 988b2b5

Browse files
committed
update for test
1 parent ea18f02 commit 988b2b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/jumpstart/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,6 +1653,7 @@ def remove_env_var_from_estimator_kwargs_if_model_access_config_present(
16531653
del init_kwargs["environment"][
16541654
constants.SAGEMAKER_GATED_MODEL_S3_URI_TRAINING_ENV_VAR_KEY
16551655
]
1656+
if "accept_eula" in init_kwargs["environment"]:
16561657
del init_kwargs["environment"]["accept_eula"]
16571658

16581659

0 commit comments

Comments
 (0)