Hi there
It appears that the python tensorflow and pytorch images use python 3.6.9
However the starter bot has this code:
from dataclasses import dataclass
Which runs only from python 3.8 or so.
Are there more recent versions of the tensorflow/pytorch images?