File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ From a "System Terminal" in SageMaker Studio
184184` ` ` bash
185185export DEV_S3_PATH_PREFIX=s3://path/to/location
186186aws s3 sync ${DEV_S3_PATH_PREFIX} /sagemaker-docker-build/dist .
187- pip install sagemaker-docker-build- x.y.tar.gz
187+ pip install sagemaker_studio_image_build- x.y.z .tar.gz
188188` ` `
189189
190190# # Security
Original file line number Diff line number Diff line change 33with open ("README.md" , "r" ) as fh :
44 long_description = fh .read ()
55
6- required_packages = ["boto3>=1.10.44, < 2.0" , "sagemaker < 2 .0" ]
6+ required_packages = ["boto3>=1.10.44, < 2.0" , "sagemaker < 3 .0" ]
77
88setuptools .setup (
99 name = "sagemaker_studio_image_build" ,
10- version = "0.3.1 " ,
10+ version = "0.4.0 " ,
1111 author = "Amazon Web Services" ,
1212 description = "Build Docker Images in Amazon SageMaker Studio using AWS CodeBuild" ,
1313 long_description = long_description ,
2020 "Intended Audience :: Science/Research" ,
2121 "Programming Language :: Python" ,
2222 "Programming Language :: Python :: 3" ,
23- "Programming Language :: Python :: 3.5" ,
2423 "Programming Language :: Python :: 3.6" ,
2524 "Programming Language :: Python :: 3.7" ,
2625 ],
You can’t perform that action at this time.
0 commit comments