Hi,
I solved this issue. I removed the following from the ~/.tlt_mounts.json
"DockerOptions": {
"user": "1000:1000"
It threw the following warning, but there was no error and training started:
Docker will run the commands as root. If you would like to retain your
local host permissions, please add the "user":"UID:GID" in the
DockerOptions portion of the ~/.tlt_mounts.json file. You can obtain your
users UID and GID by using the "id -u" and "id -g" commands on the
terminal.
Thanks a lot for your help.