ansible-role-nvidia-docker
ansible-role-nvidia-docker copied to clipboard
This change includes a few minor changes. - Use ansible FQCN names over short names - Added `become: true` on specific modules that required privilege. (Make it clear which module...
When installing the nvidia-container-runtime with this rôle, i stilled had an issue and couldn't launch any GPU tasks, having the error: `"Error response from daemon: OCI runtime create failed"` I...
The following errors propagate up to a playbook that lists this role as a dependency when running ansible-lint: ``` risky-file-permissions: File permissions unset or incorrect ../../../../../root/.cache/ansible-lint/aafa07/roles/nvidia.nvidia_docker/tasks/main.yml:2 Task/Handler: ensure facts directory...
Hi, when installing nvidia docker on ubuntu 18 the daemon.json of the docker daemon gets overwritten with the nvidia runtime. Correct behavior should be, that the nvidia specific configuration should...
It would be great if Nvidia could add an explicit license for this repository. Note that [nvidia-docker](https://github.com/NVIDIA/nvidia-docker/blob/master/LICENSE) is using the Apache 2 license.
currently it look like ubuntu 19 is not supported. Is it possible to have a fallback to 18.04 in this case? fatal: [workstation-*]: FAILED! => {"changed": false, "dest": "/etc/apt/sources.list.d/nvidia-docker.list", "elapsed":...