Hello,
I would like to use this software on Fornax: GitHub - StingraySoftware/FlyingRay
The software uses the Panel infrastructure and “serves” an interactive dashboard to port 5006. Also, the workflow manager Prefect, can be visualized at port 4200.
On Sciserver, it can be done through the information on the VM obtained through the “Info“ button in the Compute page, as described in the docs:
Run the Dashboard:
-
Navigate into the FlyingRay directory.
-
Execute the following command:
panel serve flyingray.py --static-dirs assets=assets --port <4_digit_port_number> --allow-websocket-origin=*
- Build the Correct URL:
-
In the SciServer “Compute” section, click on your container’s “Info” button to view the JSON details.
-
Copy the value associated with the
"Args"key (e.g.,dockervm16/e01ce51e-...). -
Construct your final URL like this:
https://apps.sciserver.org/<paste_Args_here>/proxy/<your_port_number>/flyingray
-
Is there a way to do something like that on Fornax?
Cheers,
Matteo