### System Information - **Framework (e.g. TensorFlow) / Algorithm (e.g. KMeans)**: MXNet - **Framework Version**: Latest - **Python Version**: 3 - **CPU or GPU**: CPU and GPU - **Python SDK Version**: Latest - **Are you using a custom image**: No ### Feature Request It will be great to either specify the env dictionary or path to requirements file for the Sagemaker MxNet API. https://github.com/aws/sagemaker-python-sdk/blob/8b3d113a23c09995c6a6a5d12d4364e27bfd549d/src/sagemaker/mxnet/estimator.py#L26 **It is already available in the Tensorflow API #52** We need to add additional dependencies and having the ability to specify requirements is much much easier than creating our own Docker image.