Hi
I use the container from the page below.
NVIDIA L4T PyTorch | NVIDIA NGC
For example, select l4t-pytorch:r35.1.0-pth1.11-py3.
Do you know in advance what version of python is set up in this container?
I’m going to use YOLOv5. YOLOV5 requires python3.7.0 or higher.
This web page only mentions Python3.
How do I know?
Should I actually start the container and do python3 -V?