update samples from Release-169 as a part of 1.50.0 SDK stable release (#1898)

Co-authored-by: amlrelsa-ms <amlrelsa@microsoft.com>
This commit is contained in:
Sasidhar Kasturi
2023-04-14 20:09:38 +05:30
committed by GitHub
parent 7a3ab1e44c
commit e4d84c8e45
28 changed files with 43 additions and 446 deletions

View File

@@ -307,9 +307,10 @@
"\n",
"cd = CondaDependencies.create(python_version=\"3.8\",\n",
" conda_packages=['pip==20.2.4'],\n",
" pip_packages=[\"tensorflow-gpu==2.3.0\",\n",
" pip_packages=[\"tensorflow-gpu==2.6.0\",\n",
" \"tf_slim==1.1.0\", \"protobuf==3.20.1\",\n",
" \"azureml-core\", \"azureml-dataset-runtime[fuse]\"])\n",
" \"typing-extensions==4.3.0\",\n",
" \"azureml-core\", \"mltable\"])\n",
"\n",
"env = Environment(name=\"parallelenv\")\n",
"env.python.conda_dependencies=cd\n",