sagemaker-notebook-container
sagemaker-notebook-container copied to clipboard
Docker images that replicate the Amazon SageMaker Notebook instance.
The env_export/*.yml files are empty, because of that none of the libraries are getting installed to the docker image.
I started the the sagemaker-notebook:python3-pytorch-p36 in the notebook and use the kernel conda_pytorch_p36, when I try to do import sagemaker, I get error: ModuleNotFoundError: No module named 'sagemaker' I tried...
In any of the images provided, when the notebooks startup, none of the actual amazon or data science libraries are available. The create_env family of scripts seems to completely fail...