PC keeps crashing

Description – brief description of the issue to resolve or decision to make

Our lab PC keeps crashing when running ROS nodes, blocking development progress

Options – what alternatives were available/considered?

See resolution

Resolution – description of the changes or decision made.  If not resolved, put a note like "Pending" here.

PC is now fixed, seemed to be an issue of how Docker accessed the GPU, the GPU did not like that and thusly crashed.
Use Podman, have started a container and attached VSCode inside it.
Using this new approach:
    The ROS node can be run without a y issues, gives out depth images from MoGe.
    PC has not crashed since this fix, even after extensive GPU usage.

Justification – supporting information for why this solution or decision was deemed best

This resolution was successful in resolving our PC crashing issues.