Compare commits

..

1 Commits

Author SHA1 Message Date
amlrelsa-ms
456670813b update samples from Release-146 as a part of 1.45.0 SDK stable release 2022-09-06 16:17:29 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ dependencies:
- conda-forge::pyqt==5.12.3
- jinja2<=2.11.2
- markupsafe<2.1.0
- tqdm==4.64.0
- pip:
# Required packages for AzureML execution, history, and data preparation.

View File

@@ -151,7 +151,8 @@
"# use a curated environment that has already been built for you\n",
"\n",
"env = Environment.get(workspace=ws, \n",
" name=\"AzureML-sklearn-0.24-ubuntu18.04-py37-cpu\")"
" name=\"AzureML-Scikit-learn0.24-Cuda11-OpenMpi4.1.0-py36\", \n",
" version=1)"
]
},
{