-
|
Hello! I am trying to make my application multiuser, I tried the example under "examples/deploy/docker/VtkRendering" and it worked fine there. When I moved the same DockerFile with the setup folder to my project and I run the container I get this session log error:
even though it did not hangup on this in the example. Open to any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Your docker needs to have libX. That's because you are using the latest VTK that can do X rendering, EGL and osmesa. But any of the system libs needs to be installed on the system for it to work. Also which base image are you using, and what kind of remote rendering are you targeting? |
Beta Was this translation helpful? Give feedback.
You need the following docker file