I’m using an AGX Xavier device, I already have the Docker environment and Jetpack installed on the device, and I want to use the NVFLARE Dashboard for a real-world project, Now I have successfully used nvflare dashboard --start and successfully pulled the dashboard image, but I don’t know how to open the web of the dashboard ui to distribute the package. I am a beginner and request your help and guidance.There are several possibilities that I can guess. The first one is that the AGX Docker comes with nvidai Docker. The second one is that the dashboard UI must be started through the Docker desktop app
Hi,
Suppose you set up the environment with the below link:
https://nvflare.readthedocs.io/en/stable/user_guide/dashboard_api.html#dashboard-api
The default port is 443 so you can open it with URL http://localhost:443/.
Thanks.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.