Skip to content

Commit e1ec1e3

Browse files
authored
Updated the occurrences of py36 to py37
1 parent 35993e4 commit e1ec1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/v1/how-to-deploy-inferencing-gpus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ name: project_environment
147147
dependencies:
148148
# The Python interpreter version.
149149
# Currently Azure ML only supports 3.5.2 and later.
150-
- python=3.6.2
150+
- python=3.7
151151

152152
- pip:
153153
# You must list azureml-defaults as a pip dependency
@@ -292,4 +292,4 @@ aks_target.delete()
292292

293293
* [Deploy model on FPGA](how-to-deploy-fpga-web-service.md)
294294
* [Deploy model with ONNX](../concept-onnx.md#deploy-onnx-models-in-azure)
295-
* [Train TensorFlow DNN Models](../how-to-train-tensorflow.md)
295+
* [Train TensorFlow DNN Models](../how-to-train-tensorflow.md)

0 commit comments

Comments
 (0)