Running in container #43
Replies: 2 comments
-
Thanks @Trophime for sharing your singularity receipt. For supporting remote rendering, we should be using an EGL bundle. VTK is still missing its bundle with EGL. But ParaView can be downloaded for EGL which also means it can be use as a VTK runtime. If you want to look at a multi-user example with docker and remote rendering, you can look at what I've done for the next visualizer here. The only trick for configuring your app inside docker, is that you need to be explicit for running your app with paraview/python. Then if you want to provide additional arguments that are user specific (from url), you can create other application targets like I've done here where we expect a |
Beta Was this translation helpful? Give feedback.
-
A wheel of
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to create a singularity container for running trame apps.
I've managed to get all examples from the tutorial running with this recipe:
The demos are accessible launching them from the command line and running a web browser using http://localhost:1234/ or http://localhost:8080/
The only trouble is that when running paraview examples, it launches beside the web page another window with the model.
If you find how to improve this recipe, I would be glad to hear from you.
I wish to create a service to provide visualisation for FEM calculation.
I would need to call the trame app from a frontend ad pass for instance the name of the file vtu or pvsm to be displayed.
How can I pass the filename from the frontend to the trame app?
I wouldalso like to know what I need to do to share this service on a multi-user system.
In the output from trame app:
"Note that for multi-users you need to use and configure a launcher."
Could you please provide an example of running on such a system? or points me to some docs/ex?
Best
C
PS: with docker I cannot run examples requiring opengl 4.xx even when using as a base image nvidia/opengl:1.2-glvnd-runtime.
Beta Was this translation helpful? Give feedback.
All reactions