Hi, I’ve recently set up the GGEMS docker image on my device (running Ubuntu 20.04 with an nvidia GeForce RTX 2070 GPU) and I’m unable to run the examples. I followed the instructions on the GitHub README and I have both the correct nvidia drivers and nvidia-container installed on my computer and I’ve tested that the docker image can access the GPU using: docker run -it --rm --gpus all ggems/ggems:v1.2 nvidia-smi.
The issue I’m encountering is when I try to run any of the examples, it’ll crash and output “Illegal Instruction (core dumped)”. After some investigating, I believe it crashes when .initialize() is called on an object. Is there something I’ve missed with the docker setup?
Thank you,
Olivia