aws / sagemaker-spark-container

The SageMaker Spark Container is a Docker image used to run data processing workloads with the Spark framework on Amazon SageMaker.
Apache License 2.0
36 stars 74 forks source link

fix: pull from al2 from ecr #39

Closed guoqiao1992 closed 3 years ago

guoqiao1992 commented 3 years ago

Issue #, if available: Reaching to docker limit, need to pull al2 from ecr repo

Description of changes: login to ecr repo account first and change "FROM amazonlinux:2" to "FROM 137112412989.dkr.ecr.us-east-1.amazonaws.com/amazonlinux:2"

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.