We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f3d29 commit 577cb9bCopy full SHA for 577cb9b
notebook.ipynb
@@ -244,7 +244,7 @@
244
" allow_cross_project=True,\n",
245
" parameters={\n",
246
" \"build_image\": True,\n",
247
- " \"source\": \"git://github.com/xsqian/demo-call-center.git#main\",\n",
+ " \"source\": \"git://github.com/mlrun/demo-call-center.git#main\",\n",
248
" \"gpus\": 1 if run_with_gpu else 0,\n",
249
" \"use_sqlite\": use_sqlite,\n",
250
" \"default_image\": f'.mlrun-project-image-{project_name}',\n",
0 commit comments