Questions tagged [nvidia-docker]

nvidia-docker is a thin wrapper on top of docker and act as a drop-in replacement for the docker command line interface. This is required as a convenience to automatically detect and setup GPU containers leveraging NVIDIA hardware. nvidia-docker calls docker and relies on the NVIDIA Docker plugin to discover driver files and GPU devices.

nvidia-docker is a thin wrapper on top of docker and act as a drop-in replacement for the docker command line interface. This is required as a convenience to automatically detect and setup GPU containers leveraging NVIDIA hardware. nvidia-docker calls docker and relies on the NVIDIA Docker plugin to discover driver files and GPU devices.

Source: Nvidia

264 questions
-1
votes
1 answer

Can we update CUDA version 9.0 to 10.0 in docker container?

I am new to docker. I am trying to run one github repository in docker container. I have few questions regarding the same. The docker image was created using CUDA version 9.0. I have Tesla T4 GPU and Driver version 470.129.06 in my amazon EC2…
Hetali
  • 43
  • 8
-1
votes
3 answers

Keras Model stops training without indication as to why and how to enable GPU-acceleration

I am trying to transfer-learn a pretrained MobileNet Model on a c5.large instance (AWS). I am first training (burn-in) the last dense layer for a couple of epochs (tried between 5-20, does not seem to matter a whole lot). After the burn-in period, I…
Fabian Bosler
  • 2,310
  • 2
  • 29
  • 49
-1
votes
1 answer

Upgrade docker in Unbutu16.04

I have docker version 18.09.5 in Ubuntu16.05. Client: Version: 18.09.5 API version: 1.39 Go version: go1.10.4 Git commit: e8ff056 Built: Thu May 9 23:18:36 2019 OS/Arch: linux/amd64 …
batuman
  • 7,066
  • 26
  • 107
  • 229
-1
votes
1 answer

Nvidia Docker installation error in AWS DLAMI with a p2 instance

I am getting the following error while trying to install nvidia-docker using the command sudo yum install nvidia-docker2 (referring here & here) inside an Amazon deep learning AMI running on a p2.xlarge instance: Error: Package:…
-2
votes
2 answers

Do I need nvidia-container-runtime, and why?

I want to access my NVIDIA GPUs from inside containers. Can I do this without nvidia-container-runtime? Requiring a custom Docker runtime just to talk to one device seems very strange. There is a whole universe of PCI devices out there. Why does…
Nemo
  • 70,042
  • 10
  • 116
  • 153
-2
votes
1 answer

How can I making the host directory sharable on Ubuntu?

I can't see the Jupyter files in /home/easton/notebooks, how can I fix this? nvidia-docker run -it --rm --name tf -p 8888:8888 -p 6006:6006 -v /home/easton/notebooks:/notebooks tensorflow/tensorflow:1.14.0-gpu-py3-jupyter
Easton
  • 29
  • 1
  • 7
-2
votes
1 answer

docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? for Ubuntu 16.04

Getting the above error while running any docker command. When i run the following command $ sudo docker info Output Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? None of the docker commands are…
shreyans jain
  • 153
  • 3
  • 9
-3
votes
1 answer

issue Dockerise Django Cuda application using docker compose

I am trying to dockerize a Django Cuda application that runs on Nginx and Gunicorn.Problem is when I go to do prediction .. I get an error cuda drivers not found My DockerFile: FROM nvidia/cuda FROM python:3.6.8 ENV PYTHONDONTWRITEBYTECODE 1 ENV…
Abhijit Jadhav
  • 116
  • 2
  • 9
-4
votes
1 answer

Docker Container nvidia/k8s-device-plugin:1.9 Keeps Reporting Error

I am trying to setup one small kubenertes cluster on my ubuntu 18.04 LTS server. Now every step is done, but checking the GPU status fails. The container keeps reporting errors: 1. Issue Description I have done steps by Quick-Start, but when I…
Wallace
  • 561
  • 2
  • 21
  • 54
1 2 3
17
18