-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the bug
TF 2.2.0 image is not available.
Region: eu-west-1
CalledProcessError: Command 'docker pull 763104351884.dkr.ecr.eu-west-1.amazonaws.com/tensorflow-training:2.2.0-cpu-py3' returned non-zero exit status 1.
at the same time docker pull 763104351884.dkr.ecr.eu-west-1.amazonaws.com/tensorflow-training:2.2.0-cpu-py37 image exists.
I haven't tested with other regions
To reproduce
estimator = TensorFlow(base_job_name='local',
entry_point='script.py',
source_dir=source_dir,
role=role,
framework_version='2.2.0',
py_version='py3',
hyperparameters=local_hyperparameters,
train_instance_count=1, train_instance_type=instance_type)
System information
A description of your system. Please provide:
- SageMaker Python SDK version: 1.60.0
- Framework name (eg. PyTorch) or algorithm (eg. KMeans): tensorflow
- Framework version: 2.2.0
- Python version: 3.6.6
- CPU or GPU: both
- Custom Docker image (Y/N): N