nvidia-docker
nvidia-docker copied to clipboard
Build and run Docker containers leveraging NVIDIA GPUs
Where's the public GPG key? Was working fine for weeks. Today this error. ``` W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 InRelease: The following signatures couldn't be verified because the public key is...
`sudo docker run --rm --gpus all nvidia/cuda:11.0-base nvidia-smi` gives me: `docker: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container...
When I set up the package repository and the GPG key by the flow step: distribution=$(. /etc/os-release;echo $ID$VERSION_ID) \ && curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \...
### 1. Issue or feature description GPU becomes unavailable after some time in Kubernetes environment We have the problem that GPUs become unavailable in a Kubernetes pod. After some time...
I'm trying to use mps service on kubernetes with nvidia-docker ``` Docker version 19.03.13, nvidia-driver 495.44 cuda 11.5 image :ngc tensorflow:21.11 ``` Now I set nvidia-cuda-mps-control on the host machine,also...
_The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense._...
Recently installed docker and nvidia cuda tools onto a PopOS 22.04 (Ubuntu 22.04) system. I am attempting to enable GPU access in docker. ``` ❯ docker run --rm --gpus all...
Hi. I run docker, [nvcr.io/nvidia/tensorrt:22.04-py3]. In 1566c4797d Layers, I can see ENV TENSORRT_VERSION=8.2.4.2+cuda11.4.2.006 . So I expect cuda 11.4 but it has cuda 11.6.  'Using driver version 470.57.02 which...
when i `apt-get update ` it shows ``` Err:12 https://developer.download.nvidia.cn/compute/machine-learning/repos/ubuntu1804/x86_64 Packages File has unexpected size (32924 != 38727). Mirror sync in progress? [IP: 61.147.234.131 443] Hashes of expected file: -...
Alpine linux is very common in the container/docker ecosystem. It would make sense if `nvidia-docker` supported it as target. Would need to be compiled against musl in order to do...