Evan Lezar

Results 419 comments of Evan Lezar

Thanks @awoimbee. You're correct that this should be changed to avoid confusion. Would you mind creating an MR against https://gitlab.com/nvidia/cloud-native/cnt-docs to have the changes reflected against our documentation?

@jiangxiaobin96 the NVLink devices are not currently being mounted from the host into the container by default. You could try to add `--device /dev/nvidia-nvlink` arguments to your docker command line...

Question: How is docker and docker compose installed? We have seen strange behaviour when these are installed using snaps. Looking at the error message it seems as if the NVIDIA...

Sorry @Lonitch, I thought I had asked, but does running the container without `docker compose` work as expected: ``` docker run --rm -ti --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all ubuntu:22.04 nvidia-smi...

@Lonitch since docker complains with: > docker: Error response from daemon: Unknown runtime specified nvidia. What are the contents of your `/etc/docker/daemon.json` file or how would you instruct `docker-compose` to...

This seems to be a duplicate of #1551. I will check the `nvcr.io/nvidia/clara-train-sdk:v4.0` image to see whether it already contains the files as discussed there.

@caseykneale Ubuntu21 is not an officially supported distribution, and we do not support non-LTS releases in general. With that said, the packages for Ubuntu18.04 _should_ work. I would have to...