GUI window doesn't show up on Ubuntu Desktop

I have a container I started with this command:

sudo docker run -v /tmp/.X11-unix:/tmp/.X11-unix -v /root/shared:/root/shared -e DISPLAY=$DISPLAY --name trusting_einstein -ti        -h $HOSTNAME -v $HOME/.Xauthority:/home/prusso/.Xauthority 71751c3cd13d

I have to connect to it with Visual Studio Code and run some python code that uses pyvista to show some GUI windows. So far I can not get the window to show up on Ubuntu jammy:

Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.3 LTS
Release:	22.04
Codename:	jammy

Is there a way to get the pyvista window to come up and display itself on Ubuntu’s primary desktop?