-
Notifications
You must be signed in to change notification settings - Fork 2k
Official Library Image in Docker Hub #7
Comments
We are preparing some improvements to our solution, but we can start preparing for an official Docker Hub image, and apparently you have the knowledge to help us :) |
OpenGL is not supported for now, we have ongoing discussion internally to enable it though. |
I was able to use the CUDA images to build a GPU-enabled Caffe (direct from Berkley). Will still test with something like DIGITS ... |
That's great to hear. I've been compiling and using Caffe with our solution too. |
Update: we pushed the images to the Docker Hub under the NVIDIA organization: |
May I ask why cudnn3 is not on the official dockerhub list yet? It seems that it is already present in the repo, but not synced to dockerhub. |
We don't have automated builds yet (see #18). The images for cudnn3 are now on the official dockerhub. |
Just noticing that because of #18 the images up at nvidia/cuda on Docker Hub have become quite stale (over a month old), yet most of the cuda docker files have become at the same time stable, aside from the acasonal version bump for cudnn here or there. I'd recommend we start a PR to docker-library/official-images to just get some palemanary feedback from the library devs. We already know official repos are not subject to nesting limitation of automated builds, as such should help us make sure cuda images stay fresh and triggered user build's up to date for security as well. |
Thank you @ruffsl! I haven't forgotten, I actually wanted to regenerate the images today but I realized it's not the right day to do so. I'm waiting for the new Ubuntu images, after the glibc security patch (CVE-2015-7547): tianon said there was a glitch when regenerating the new Ubuntu images, so I should be able to push the new images tomorrow. Regarding the official image, we still have this in mind and we would love to start the process soon. Unfortunately we are very busy on another project right now and we had to postpone this process, temporarily. |
👌 Any idea when might be better? A week or a month, or two? |
New images are online! Fresh and up-to-date! It's difficult to give you a timeline for the official image. I hope we will be able to start the process in ~1 month. |
@flx42 , would before or after the nvidia-docker beta concludes be a good time to resume this endeavor? |
We have ongoing discussions with Docker regarding this matter. |
Closing since we now have automated builds on Gitlab. |
It'd be great to get started on the review process to get an official cuda image up in Docker Hub for researchers and developers to build off from. If this is inline with what the maintainers here have in mind, I'd suggest forks of the docker-library/official-images and docker-library/docs be made on the Nvidia's github org so that further PRs can be made.
Truth be told, I'd like to see some official image of a few other projects, like Tensorflow, however official images can only derive from other official images, and I think it makes sense that cuda warrants it's own official image, rather that roping in these dependencies in other project Dockerfiles elsewhere.
The text was updated successfully, but these errors were encountered: