drvpn
Results
2
comments of
drvpn
> @JoanFM I guess, this functionality has already been implemented: > > ``` > client.containers.run( > 'nvidia/cuda:9.0-base', > 'nvidia-smi', > device_requests=[ > docker.types.DeviceRequest(count=-1, capabilities=[['gpu']]) > ] > ) > ```...
The error you are getting are saying that the python cannot detect a Nvidia GPU. Do you have a Nvidia video card installed? Have you installed the Nvidia drivers for...