dockerfile and missing config update

This commit is contained in:
Roope Astala
2019-04-08 15:37:48 -04:00
parent c3ce932029
commit 72f386298c
2 changed files with 30 additions and 1 deletions

View File

@@ -96,7 +96,7 @@
"source": [
"import azureml.core\n",
"\n",
"print(\"This notebook was created using version 1.0.21 of the Azure ML SDK\")\n",
"print(\"This notebook was created using version 1.0.23 of the Azure ML SDK\")\n",
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
]
},