Currently, I’ve been taking the course “Synthetic Data Generation for Perception Model Training in Isaac Sim” in Robotic Fundamental Learning Path.
I try to run detectnet_v2 training example from the course inside docker container tag 4.0.0-tf1.15.5 in Jupyter notebook and I get this error:
`WARNING: Detected NVIDIA NVIDIA GeForce RTX 5070 GPU, which is not yet supported in this version of the container
ERROR: No supported GPU(s) detected to run this container`
Is there a quick way to update 4.0.0-tf1.15.5 docker to support newer GPU like 5070?

