https://github.com/natbutter/dockplates
GPlates GUI in a Docker container This Dockerfile installs an interactive GPLATES 2.1 instance. GPlates uses open OpenGL, and if you have an NVIDIA card you need to allow the GUI forwarded through the X-Server/Host to run with the NVIDIA drivers. Hence, the seemingly weird choice of base image being from NVIDIA opengl. But this is a good general example for how to get any GUI based docker image running on your NVIDIA host.
If you make use of this image, please acknowledge the Sydney Informatics Hub at the University of Sydney https://informatics.sydney.edu.au/
Set your xhost to allow connections through docker:
xhost +
Run with:
sudo nvidia-docker run --rm -it -v pwd:/workspace -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY dockplates
Content type
Image
Digest
Size
710.1 MB
Last updated
about 7 years ago
docker pull nbutter/dockplates:gplates-gui