Greetings!
My container is based on (nvcr.io/nvidia/pytorch:21.02-py3) but the PyTorch version ends up being version 1.8.0a0+52ea372 which is pre-release. Tools that want a 1.8.0 want the release version and aren’t compatible with this alpha version.
When will NVidia release containers that have PyTorch release versions instead of alpha versions?
Thanks!