sagemaker-distribution
sagemaker-distribution copied to clipboard
A set of Docker images that include popular frameworks for machine learning, data science and visualization.
For organizations that [sign git commits with GPG](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification), it would be helpful if GPG was installed in the SageMaker distribution by default? For now, I've got it working by adding...
## Description Adds [langchain-aws](https://github.com/langchain-ai/langchain-aws) package. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
This pull request was created by GitHub Actions/AWS CodeBuild! Before merging, please do the following: - [ ] Review changelog/staleness report. - [ ] Review build/test results by clicking *Build...
Issue: keras tests are failing when running it for GPU . More background: We hard code keras to a legacy commit: https://github.com/aws/sagemaker-distribution/blob/main/test/test_artifacts/v1/keras.test.Dockerfile#L19 due to TensorFlow version conflict issue, but with...
When using Code Editor in SageMaker Studio (where the latest available distribution is currently 1.5), I've found that Python cells in Jupyter notebooks have no IntelliSense unless I configure this...
*Issue #, if available:* *Description of changes:* Adding DataExplorer plugin By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...
SM Distribution 1.6.0 includes `cron`, but the service is not running. ``` sagemaker-user@default:~$ service cron status * cron is not running ```
Seeing failures in sm-python-sdk tests, related to either no credentials, or no Docker daemon. * - `botocore.exceptions.NoCredentialsError: Unable to locate credentials` * - FileNotFoundError: [Errno 2] No such file or...
`sagemaker-studio-analytics-extension` test Dockerfile fails if there are no AWS credentials. Please refactor unit tests to not require credentials.
**Issue**: Currently scipy tests are failing when running it for GPU . More background: In PyPi, scipy is vended out as a single package. Whereas in Conda forge, scipy is...