Skip to content

Commit

Permalink
Update setup_poc.ipynb
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
  • Loading branch information
hwpang committed Aug 2, 2024
1 parent fcf8eea commit c73637a
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 c73637a

Please sign in to comment.