I noticed that the bare metal install is installing python2.7
The recipe here: tensorflow-chef/install.rb at master · logicalclocks/tensorflow-chef · GitHub
is already updated to python 3 so I guess the install is pulling an old version of this?
This causes crashes in ubuntu 20.04 as that doesn’t have python-pip
and python-wheel
anymore just the python3 versions