update samples from Release-141 as a part of SDK release

This commit is contained in:
amlrelsa-ms
2022-05-25 16:56:26 +00:00
parent 83ed8222d2
commit 1594ee64a1
48 changed files with 2165 additions and 757 deletions

View File

@@ -305,7 +305,9 @@
"from azureml.core.conda_dependencies import CondaDependencies\n",
"from azureml.core.runconfig import DEFAULT_GPU_IMAGE\n",
"\n",
"cd = CondaDependencies.create(pip_packages=[\"tensorflow-gpu==1.15.2\",\n",
"cd = CondaDependencies.create(python_version=\"3.7\",\n",
" conda_packages=['pip==20.2.4'],\n",
" pip_packages=[\"tensorflow-gpu==1.15.2\",\n",
" \"azureml-core\", \"azureml-dataset-runtime[fuse]\"])\n",
"\n",
"env = Environment(name=\"parallelenv\")\n",