-
Notifications
You must be signed in to change notification settings - Fork 2k
Tagged image for cuDNN #10
Comments
Seriously, are you reading our minds? :) I have good news: cuDNN v4 is going to be available soon, and it won't require any registration. |
How are you anticipating to arrange the tag names, something like this?
Or maybe like:
i.e. would you bump cudnn up to its own repo name, or host it under a matching cuda or Digits tag? I'm thinking if a version of cudnn always ships with a given version of cuda, keeping it as a cuda tag might be more centralized. |
We had this discussion 1 hour ago with @3XX0, are you spying on us? :) We can postpone this discussion to the moment when we start working on DockerHub integration. Until then, you can tag the image as you see fit. |
cuDNN v2 is now available and I just submitted a Dockerfile based on CUDA 7.0. $ docker build -t cuda:7.0 github.com/NVIDIA/nvidia-docker#:ubuntu/cuda/7.0
$ docker build -t cudnn github.com/NVIDIA/nvidia-docker#:ubuntu/cuda/7.0/cudnn And then you can simply do |
Awesome, thanks! I'll go test this on tensorflow. |
Thanks for adding cuDNN v2, do you plan including cuDNN v3 too or only the future v4? Caffe is not backward compatible with v2 which makes it impossible to use this docker for using Caffe. |
I will ask around concerning v3. But don't worry, v4 will be released soon and it will work with Caffe. |
I just added cuDNN v3 for CUDA 7.5!
|
I know accessing releases of the cuDNN GPU Accelerated Deep Learning currently requires membership to the Accelerated Computing Developer Program, but would it be possible to have a tag of the cuda image with cuDNN included? Or would this be done under the DIGITS image you where talking of doing, @flx42 ?
The text was updated successfully, but these errors were encountered: