Hi,
I am trying to build a docker image based on windows container (mcr.microsoft.com/windows:20H2) to run on it a python project, and I am getting issues running pyvista in the built container. In fact I have used this repository script to set up OpenGL related features like headless displays in my windows container, but when trying to run tests involving Pyvista I am getting windows fatal exception error which I think it is related to this below :

Here the pyvista report about the windows container:
Date: Tue May 10 11:17:18 2022 Paris, Madrid (heure d’été)
OS : Windows
CPU(s) : 2
Machine : AMD64
Architecture : 64bit
Environment : Python
GPU Details : error
Python 3.8.6 (tags/v3.8.6:db45529, Sep 23 2020, 15:52:53) [MSC v.1927 64 bit
(AMD64)]
pyvista : 0.34.1
vtk : 9.0.3
numpy : 1.22.3
imageio : 2.19.0
appdirs : 1.4.4
scooby : 0.5.12
matplotlib : 3.5.1
pyvistaqt : 0.5.0
PyQt5 : 5.15.6
scipy : 1.8.0
meshio : 5.3.4
Docker version 20.10.14, build a224086.
Thank you,
Hi,
I am trying to build a docker image based on windows container (mcr.microsoft.com/windows:20H2) to run on it a python project, and I am getting issues running pyvista in the built container. In fact I have used this repository script to set up OpenGL related features like headless displays in my windows container, but when trying to run tests involving Pyvista I am getting windows fatal exception error which I think it is related to this below :

Here the pyvista report about the windows container:
Date: Tue May 10 11:17:18 2022 Paris, Madrid (heure d’été)
Python 3.8.6 (tags/v3.8.6:db45529, Sep 23 2020, 15:52:53) [MSC v.1927 64 bit
(AMD64)]
Docker version 20.10.14, build a224086.
Thank you,