nvidia-docker
nvidia-docker copied to clipboard
Build and run Docker containers leveraging NVIDIA GPUs
Dear sirs. I use v100 32G (440.33.01) GPU-server to provide web server and training my deep learning model. I use docker container to deploy multi-process web-server under the nvidia-cuda-mps. Everything...
I want to run gpu jobs on kubernetes installed with `microk8s`. On host everything is fine, I can run nvidia-smi and nvidia-smi with docker, but when I try run same...
### 1. Issue or feature description When running: ``` docker run -it -p 8888:8888 tensorflow/tensorflow:latest-gpu-jupyter jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --no-browser --allow-root --NotebookApp.allow_origin='https://colab.research.google.com' ``` and then ``` import tensorflow as...
Please add support for the **Rocky Linux 8.x** [https://rockylinux.org/](url) thanks in advance
Hi nvidia-docker team, When I use "CUDA Multi-Process Service" aka MPS in nvidia-docker environment, I want to know how should I set the env `CUDA_MPS_ACTIVE_THREAD_PERCENTAGE`. There were some situations that...
### 1. Issue or feature description i cannot start my container from image deepstream_l4t:5.0-dp-20.04-iot on my **jetson tx2** ### 2. Steps to reproduce the issue ``` nvidia-docker run -it -d...
_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._...
Today my nvidia-docker commands stops working. I don't know what problem it is. docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init...
This issue seems to be recurrent according to what I saw in the past unfortunately. Image: nvidia/cuda:11.2.1-runtime-ubuntu20.04 Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/Packages.gz File has unexpected size (343435 != 345084). Mirror sync...
### 1. Issue or feature description docker image gemfield/homepod:2.0-pro (Dockerfile: https://github.com/DeepVAC/MLab/blob/main/docker/homepod/Dockerfile.pro) installed official pytorch conda package on nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04. With below nvidia-container-toolkit version: ```bash gemfield@ai01:~$ dpkg -l | grep container |...