how to use docker?

Hi Sebastien,
I went to https://github.com/Kitware/paraview-visualizer/tree/master/docker to see what you did setup for EGL and GPU. I got this error, can you please help to elaborate what do I need to set it up correctly ?

~/workingspace/paraview-visualizer/docker ~/workingspace/paraview-visualizer/docker
~/workingspace/paraview-visualizer/docker
 * Restarting Apache httpd web server apache2
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
   ...done.
Starting server...
/opt/trame/activate_venv.sh: line 1: /deploy/server/venv/bin/activate: No such file or directory
/opt/trame/run.sh: line 20: /deploy/server/launcher.json: No such file or directory
Starting the wslink launcher at
/usr/bin/python: Error while finding module specification for 'wslink.launcher' (ModuleNotFoundError: No module named 'wslink')
[+] Building 0.1s (9/9) FINISHED                                 docker:default
 => [internal] load .dockerignore                                          0.0s
 => => transferring context: 2B                                            0.0s
 => [internal] load build definition from Dockerfile                       0.0s
 => => transferring dockerfile: 812B                                       0.0s
 => [internal] load metadata for docker.io/kitware/trame:1.2-glvnd-runtim  0.0s
 => [1/4] FROM docker.io/kitware/trame:1.2-glvnd-runtime-ubuntu20.04-py39  0.0s
 => [internal] load build context                                          0.0s
 => => transferring context: 258B                                          0.0s
 => CACHED [2/4] RUN install -d -o trame-user -g trame-user /deploy        0.0s
 => CACHED [3/4] RUN mkdir -p /opt/paraview && cd /opt/paraview && wget -  0.0s
 => CACHED [4/4] COPY --chown=trame-user:trame-user ./server /deploy/serv  0.0s
 => exporting to image                                                     0.0s
 => => exporting layers                                                    0.0s
 => => writing image sha256:f1fab77dfe026e4c1e200b89c0317b23b224b7a02090f  0.0s
 => => naming to docker.io/library/pv-visualizer                           0.0s

When I run the script ./scripts/run_image.sh, I got following error

➜  docker git:(master) ✗ docker run --rm --gpus all -p 8080:80 -v "$HOME:/data"  pv-visualizer
 * Restarting Apache httpd web server apache2
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
   ...done.
Starting server...
/opt/trame/activate_venv.sh: line 1: /deploy/server/venv/bin/activate: No such file or directory
/opt/trame/run.sh: line 20: /deploy/server/launcher.json: No such file or directory
Starting the wslink launcher at
/usr/bin/python: Error while finding module specification for 'wslink.launcher' (ModuleNotFoundError: No module named 'wslink')