Skip to content

Commit

Permalink
Update setup_poc.ipynb (#2752)
Browse files Browse the repository at this point in the history
Add job templates arg

to avoid "Unable to handle command: config due to: job_templates_dir='None', it is not a directory" error

Use full name

Co-authored-by: Yuan-Ting Hsieh (謝沅廷) <yuantingh@nvidia.com>
  • Loading branch information
hwpang and YuanTingHsieh authored Aug 2, 2024
1 parent d9ef041 commit 5c63229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tutorials/setup_poc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
"If you prefer not to use environment variable, you can do the followings: \n",
"\n",
"```\n",
"! nvflare config -pw /tmp/nvflare/poc\n",
"! nvflare config -pw /tmp/nvflare/poc --job_templates_dir ../../job_templates\n",
"\n",
"```\n",
"or \n",
"```\n",
"! nvflare config -poc_workspace_dir /tmp/nvflare/poc\n",
"! nvflare config --poc_workspace_dir /tmp/nvflare/poc --job_templates_dir ../../job_templates\n",
"```"
]
},
Expand All @@ -99,7 +99,7 @@
},
"outputs": [],
"source": [
"! nvflare config -pw /tmp/nvflare/poc"
"! nvflare config -pw /tmp/nvflare/poc --job_templates_dir ../../job_templates"
]
},
{
Expand Down

0 comments on commit 5c63229

Please sign in to comment.