Skip to content

Commit f59942b

Browse files
committed
update base_image region
1 parent 773d0f7 commit f59942b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_multidatamodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def container_image(sagemaker_session):
5454
docker_client = docker.from_env()
5555

5656
# Base image pull
57-
base_image = "142577830533.dkr.ecr.us-west-2.amazonaws.com/ubuntu:16.04"
57+
base_image = "142577830533.dkr.ecr.us-east-2.amazonaws.com/ubuntu:16.04"
5858
docker_client.images.pull(base_image, auth_config={"username": username, "password": password})
5959

6060
# Build and tag docker image locally

0 commit comments

Comments
 (0)