Tutorial of Implementing NVFlare on windows clients #2651
Unanswered
avramit5674
asked this question in
Q&A
Replies: 1 comment
-
We don't have like a step by step tutorial, but I can share some pointers. You can check https://docs.docker.com/desktop/install/windows-install/ And you can use the base image: nvcr.io/nvidia/pytorch:24.03-py3 There are some good materials about docker you can search for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python version (
python3 -V
)3.8
NVFlare version (
python3 -m pip list | grep "nvflare"
)2.3.8
NVFlare branch (if running examples, please use the branch that corresponds to the NVFlare version,
git branch
)2.3
Operating system
Windows
Have you successfully run any of the following examples?
Please describe your question
As described in this Q&A question - #2142, running NVFlare on Windows clients is based on a Docker environment. Could you please provide a comprehensive tutorial on how to set up a real-world example of NVFlare using Windows clients, or offer suggestions and best practices? Our products are installed on Windows machines, and we would greatly appreciate assistance with implementing NVFlare.
Beta Was this translation helpful? Give feedback.
All reactions