Metadata-Version: 1.1
Name: sagemaker-container-support
Version: 1.0.2
Summary: Open source library for creating containers to run on Amazon SageMaker.
Home-page: https://github.com/aws/sagemaker-container-support/
Author: Amazon Web Services
Author-email: UNKNOWN
License: Apache License 2.0
Description: ===========================
        SageMaker Container Support
        ===========================
        
        This package makes it easier to build docker images which run on Amazon SageMaker. For example, the official SageMaker `TensorFlow <https://github.com/aws/sagemaker-tensorflow-containers>`_ and `MXNet <https://github.com/aws/sagemaker-mxnet-containers>`_ images use this package. The requirements for SageMaker-compatible images are documented here: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html
        
        Features provided:
        
        - Integration with `SageMaker Python SDK  <https://github.com/aws/sagemaker-python-sdk>`_ Estimators, including:
        
          - Downloading user-provided python code
          - Deserializing hyperparameters (which preserves their python types)
        
        - ``bin/entry.py``, which acts as the docker entrypoint required by SageMaker
        - Reading in the metadata files provided to the container during training, as described here: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-training-algo.html
        - nginx + Gunicorn HTTP server for serving inference requests which complies with the interface described here: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html
        
        License
        -------
        
        This library is licensed under the Apache 2.0 License.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
