Thanks
I was able to access the API key and log in I think
But since I am running the notebook and training command inside a docker, there’s another error.
Setup: Following is the command for starting my base docker container
Once inside the container, I open the jupyter notebook classification_tf2.ipynb and run the cells.
When I run the training command -
!tao classification_tf2 train -e $SPECS_DIR/spec.yaml
I get the following error -
I think when the training script tries launching a docker container while already being inside a docker container, there is this issue.
I read your comment and have followed the advice while running my docker container. Can you suggest what else can be done?

