You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update package to build with Python 3.12.11 and updated dependencies
* Update documentation for consistency
* Update formatting to make sure `make lint` passes
5.[Create](https://docs.aws.amazon.com/cli/latest/reference/ecr/create-repository.html) an ECR repository with the name "sagemaker-spark" in the us-west-2 region
43
+
5.[Create](https://docs.aws.amazon.com/cli/latest/reference/ecr/create-repository.html) an ECR repository with the name "sagemaker-spark-processing" in the us-west-2 region
44
44
45
45
6. Setup required environment variables for the container build:
46
46
```
@@ -100,16 +100,16 @@ make build
100
100
101
101
Upon successful build, you will see two tags applied to the image. For example:
0 commit comments