Replies: 4 comments 3 replies
-
Hi @annabeer have you checked the information on our documentation site: https://nvflare.readthedocs.io/en/main/user_guide/dashboard_ui.html Feel free to leave any questions here so we can clarify and enhance our docs! |
Beta Was this translation helpful? Give feedback.
-
@annabeer if I understand your question correctly, you wish to get the docker image (only) without additional pip install nvflare ? in other words, you would like to have a docker image with nvflare pre-installed ? If that's what you are asking, then we don't have one. As the NVFLARE doesn't have a pre-build docker image (except for Dashboard). user usually need to install additional dependencies (such as Tensorflow, Pytorch etc. and many other python dependencies) for the docker image to be useful. so you can easily build a docker image with nvflare + all these dependencies, and publish them to either docker hub or private docker registry such as company hosted artifactory. then you can specify the docker image location for user to download |
Beta Was this translation helpful? Give feedback.
-
Yes perfect thanks! |
Beta Was this translation helpful? Give feedback.
-
Thanks again. One more questions. I managed to get the containers running however when I submit the hello-pt example I cannot write the data into the containers in the data folder: "/dev/root on /workspace type ext4 (rw,relatime,discard) Is this an error on my side and would you know how to fix it. I somehow cant get my head around how to chance the permission of the data folder inside of the container. Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Where can I find documentations on how to get the real-world federated learning working with only docker images and the dashboard UI. If I am the Project Admin what should I specify for the docker image location. I can get it working with downloading nvflare on each of the VMs. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions