How can get the access to torch package installed in pytorch22.05 nvidia image

Hello

I using pytorch:22.05-py3 in my docker container, according to this:

this image is based on cuda 11.7 and relies on nvidia driver version 515.
the torch version in that specific image is 1.12.0a0+8a1a93a
I can pull that version only inside a container but I cannot use that version on my local workspace, is there any chance I can get access to that specific version of torch.

Thanks,
Tamar