aws-samples / amazon-sagemaker-from-idea-to-production

Other
214 stars 57 forks source link

update python version from 3.8 to 3.11 in Notebook 4 #7

Closed Xiaoyuao988 closed 9 months ago

Xiaoyuao988 commented 1 year ago

The lab 4 will give failure in CodeBuild: Error messages:

7 | [Container] 2023/09/13 14:28:12 Processing environment variables 8 | [Container] 2023/09/13 14:28:12 Selecting 'python' runtime version '3.8' based on manual selections... 9 | [Container] 2023/09/13 14:28:12 Phase complete: DOWNLOAD_SOURCE State: FAILED 10 | [Container] 2023/09/13 14:28:12 Phase context status code: YAML_FILE_ERROR Message: Unknown runtime version named '3.8' of python. This build image has the following versions: 3.11

So I have update the notebook 04 for "codebuild-buildspec.yml". I have tested that this is working.

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

yevgeniyilyin commented 9 months ago

Already fixed in the last commit.