Skip to content

Commit bcc8213

Browse files
Fix formatting in e2e-ml-workflow.ipynb
1 parent d029bee commit bcc8213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/e2e-ds-experience/e2e-ml-workflow.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,8 @@
11751175
" instance_type=\"Standard_F4s_v2\",\n",
11761176
" instance_count=1,\n",
11771177
" environment_variables={\n",
1178-
" \"AZURE_ML_MODEL_DEPLOY_LIVENESS_PROBE_INIT_DELAY_SECS\": \"1800\"
1179-
}\n",
1178+
" \"AZURE_ML_MODEL_DEPLOY_LIVENESS_PROBE_INIT_DELAY_SECS\": \"1800\"\n",
1179+
"}\n",
11801180
")\n",
11811181
"\n",
11821182
"blue_deployment_results = ml_client.online_deployments.begin_create_or_update(\n",

0 commit comments

Comments
 (0)