Skip to content

PROVISION CONFIGURATION #1349

Closed Answered by YuanTingHsieh
FabioNotaro2001 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

participants:
  - name: 10.110.44.123
    type: server
    org: my_org
    fed_learn_port: 8002
    admin_port: 8003
  - name: site-1
    type: client
    org: my_ord

And also the overseer agent part:

      overseer_agent:
        path: nvflare.ha.dummy_overseer_agent.D…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@FabioNotaro2001
Comment options

@YuanTingHsieh
Comment options

@FabioNotaro2001
Comment options

Answer selected by chesterxgchen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants