pyTorch2.0 Docker Container

Hello everyone.
I am looking for …

  1. a pyTorch2.0 DockerContainer (which is accessible via SSH) and which has python and all regular dependecies included.
  2. the same as 1) but –if possible– with jupyLab.

Any idea where I can get such containers from?
Seems like there is not sooo much around since pyTorch2.0 is really new.

Found this one – but the size seems to be a bit to small for a whole package (OS, python-env, pytorch, …).
https://hub.docker.com/layers/pytorch/pytorch/2.0.0-cuda11.7-cudnn8-runtime/images/sha256-fabb5a665a05b8ee0ac76f0d943acc40039e13536e11a44d3dc47625a266e759?context=explore

Images will get published here Docker and nightlies here https://github.com/orgs/pytorch/packages/container/pytorch-nightly/versions?filters[version_type]=tagged

To create one with Jupyter lab you can just FROM our package and create your own dockerfile