Hi!
i created my docker container by the following command
docker run -it -v “$(pwd)”:/data --name=allpix2 gitlab-registry.cern.ch/allpix-squared/allpix-squared
In order to enable visualization, i added the following codes at the end of example.conf
[VisualizationGeant4]
mode = “none”
view_style = “wireframe”
trajectories_color_mode = “generic”
accumulate = 0
accumulate_time_step = 2s
However , when excuting, the following error occurred:
What should i do to enable visualization in the provided docker?


