jupyterhub-deploy-docker icon indicating copy to clipboard operation
jupyterhub-deploy-docker copied to clipboard

Nvidia-docker-compose

Open Rachidramadan1990 opened this issue 7 years ago • 2 comments

Hello,

we want to use this deployment with a couple of powerful GPU. As far as I understand, using docker-compose will not make full use of our GPUs. To use nvidia-docker-compose, is it enough to just use the new command or do we have to make additional changes in the config file? Furthermore, is there a way to limit the amount of GPU used by each single user notebook?

Best!

Rachidramadan1990 avatar Apr 06 '18 15:04 Rachidramadan1990

If you are running nvidia-docker 2.0, you should be able to do something like:

c.DockerSpawner.extra_create_kwargs.update({ 'runtime': 'nvidia' })

dalg24 avatar Apr 23 '18 13:04 dalg24

see https://github.com/iot-salzburg/gpu-jupyter/

mathematicalmichael avatar Aug 12 '20 17:08 mathematicalmichael