onera / Cassiopee

CFD pre- and post-processing python modules
https://onera.github.io/Cassiopee/
GNU Lesser General Public License v3.0
19 stars 12 forks source link

Docker #130

Closed vincentcasseau closed 1 month ago

vincentcasseau commented 1 month ago
docker pull hystrath/cassiopee:main
docker images
xhost +local:docker
docker run -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/dri:/dev/dri -e DISPLAY=unix$DISPLAY hystrath/cassiopee:main
docker ps -a
docker images
docker rmi <imageHash>