Skip to content

Commit d5bf6cd

Browse files
authored
Updated the occurrences of py36 to py37
1 parent b2deec5 commit d5bf6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-train-with-custom-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fastai_env.docker.base_dockerfile = "./Dockerfile"
101101
> Azure Machine Learning only supports Docker images that provide the following software:
102102
> * Ubuntu 18.04 or greater.
103103
> * Conda 4.7.# or greater.
104-
> * Python 3.6+.
104+
> * Python 3.7+.
105105
> * A POSIX compliant shell available at /bin/sh is required in any container image used for training.
106106
107107
For more information about creating and managing Azure Machine Learning environments, see [Create and use software environments](how-to-use-environments.md).

0 commit comments

Comments
 (0)