PROVISION CONFIGURATION #1349
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
both server and client should be the same version. |
Beta Was this translation helpful? Give feedback.
-
Hi @FabioNotaro2001 , First, please make sure both machine has the same NVFlare version. Let's assume I have two machine. Let's just use POC mode for now.
And also the overseer agent part:
You need to make sure port 8002 and 8003 is not used by other processes on your server machine. After those are done, you run nvflare provision. You need to copy the client package to client machine. |
Beta Was this translation helpful? Give feedback.
Hi @FabioNotaro2001 ,
First, please make sure both machine has the same NVFlare version.
And both of them can run a simple hello-numpy-sag example.
Let's assume I have two machine.
Machine one (server) has ip address "10.110.44.123" (you can use
ip a
to find your machine's ip address in Linux).Machine two (client) has ip address "10.110.46.456".
Let's just use POC mode for now.
Then you modify the project.yml as follows:
And also the overseer agent part: