We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35993e4 commit e1ec1e3Copy full SHA for e1ec1e3
articles/machine-learning/v1/how-to-deploy-inferencing-gpus.md
@@ -147,7 +147,7 @@ name: project_environment
147
dependencies:
148
# The Python interpreter version.
149
# Currently Azure ML only supports 3.5.2 and later.
150
-- python=3.6.2
+- python=3.7
151
152
- pip:
153
# You must list azureml-defaults as a pip dependency
@@ -292,4 +292,4 @@ aks_target.delete()
292
293
* [Deploy model on FPGA](how-to-deploy-fpga-web-service.md)
294
* [Deploy model with ONNX](../concept-onnx.md#deploy-onnx-models-in-azure)
295
-* [Train TensorFlow DNN Models](../how-to-train-tensorflow.md)
+* [Train TensorFlow DNN Models](../how-to-train-tensorflow.md)
0 commit comments