Pytorch/Tensorflow python images have old python version

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?

Hi @Gilad, those images are simply the PyTorch and TensorFlow images so feel free to update the Dockerfile to use them directly. I suspect any of the newer versions should work

1 Like