I have a cluster with containers that can run generic ML jobs. They use lambda-stack base images, but the cluster includes the nvidia containers.
How can I run tao within these containers? tao tries to startup a new docker container within the container, which doesn’t doesn’t seem like a good pattern.
Hi,
Please note that TAO does not startup its docker container within the container.
For example, after running "$ tao ssd " ,
It will run inside a tao container. But it is not running within another container.