aws-samples / amazon-sagemaker-immersion-day

MIT No Attribution
271 stars 222 forks source link

[Lab3c. Bring your own container] fix pandas s3 download #68

Open karancode opened 1 year ago

karancode commented 1 year ago

Issue #, if available:

Description of changes: In the step Preparing test data to run inferences, pandas fails to get the object from s3 bucket due to dependency on boto3.
This PR updates the section to explicitly get the object from s3.

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