-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA 8.0 build is not in Docker registry #9
Comments
Thanks for the report, as soon as I have some time I will try to get everything up and running. As of right now the best thing to do is trying to build the images from source (but builds may fail since the Dockerfiles are an year old). If someone has some time to fix the build scripts I would also accept such pull requests and then I will build and upload the images over to dockerhub. |
Thanks for the quick response! I've cloned and done a local build for now. FYI the CUDA8.0 version did successfully build locally on my machine, no errors :) Now to run it and see if it's all happy... |
So the procedure would be to clone this repo, cd to
I have zero prior experience with Docker, so it's likely that I'm being dumb about something. I'm on Ubuntu 16.04. I have CUDA 8.0 and nvidia-docker installed correctly, as far as I can tell ( |
One of the problems I ran into when building the CUDA 8 version locally was that the Dockerfile in the CUDA/8.0/ directory references an image that doesn't exist on DockerHub. The CUDA 8 files are either @adelespinasse maybe this can get you in the right direction if you're still looking. |
Also it appears as though the ubuntu images that the nvidia ones derive from have removed 'sudo' so there's some finagling to get around that as well. |
Following on from #8, I also note that the CUDA 8.0 build isn't tagged in the registry. Would it be possible to do so?
The text was updated successfully, but these errors were encountered: