Are there plans to publish official images based on PyTorch 2.12.0?
One motivation is that the current torch 2.9.1 images are now flagged by GitHub Dependabot for two CVEs (other CVEs have been addressed in 2.9.1):
GHSA-qfhq-4f3w-5fph
GHSA-rrmf-rvhw-rf47
Also, is there any documentation explaining the meaning of image tags such as:
runpod/pytorch:1.0.5-dev-fix-image-vulnerabilities-cu1290-torch280-ubuntu2204
In particular, what does the dev-fix-image-vulnerabilities part indicate?
Is this intended for development/testing, or is it safe to use in production workloads?
Are there plans to publish official images based on PyTorch 2.12.0?
One motivation is that the current torch 2.9.1 images are now flagged by GitHub Dependabot for two CVEs (other CVEs have been addressed in 2.9.1):
GHSA-qfhq-4f3w-5fph
GHSA-rrmf-rvhw-rf47
Also, is there any documentation explaining the meaning of image tags such as:
runpod/pytorch:1.0.5-dev-fix-image-vulnerabilities-cu1290-torch280-ubuntu2204
In particular, what does the dev-fix-image-vulnerabilities part indicate?
Is this intended for development/testing, or is it safe to use in production workloads?