When using a sagemaker.pytorch.PyTorch estimator with the default image, the Python version is 3.5.2. I also tried using the specific image 520713654638.dkr.ecr.us-east-1.amazonaws.com/sagemaker-pytorch:1.0.0.dev-gpu-py3 which also uses 3.5.2.
The Dockerfiles in this repo use 3.6. Is the official Sagemaker image out of date? Maybe this issue belongs on the Python sdk repo?