-
Notifications
You must be signed in to change notification settings - Fork 127
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
Migrate to 16.04 #17
Comments
Closing for now as Ubuntu 16.04 support for lots of software is still questionable. |
Hey I really love this docker but I really think it's time to ship to 16.04 or even 18.04 14.04 is getting obsolete and tones of packages aren't even available for that release. Also updating with latest cuda would be nice. I can try to help you if you want. |
I am no longer actively maintaining this repo but am able to take contributions. If you are able to add updated Dockerfiles that build and run successfully then I will accept them and also build them locally to push to the Docker hub. I think that having some 16.04 images (with CUDA 9.2 where applicable) would be the right level to target for now. |
Sure I will do that. Do you have any tests I can run to check if the image runs properly rather than just see a compilation sucess? If you want I can upload the images myself if you allow me to do it. |
Unfortunately I don't have any automated tests, but the general way I do it is to start up a container and then run a basic relevant task, such as run a piece of example code provided with a framework - that's usually enough to catch if something broke. If you could send separate PRs per framework (e.g. That's a very kind offer 😄 Unfortunately, letting you upload images would be irresponsible on my part. In any case, I think it would be best for me to independently build and test your PRs, just as an additional check for errors, particularly as I don't have automated tests. |
Hahahaha I wasn't going to hack everyones PC but I totally get your point 😆 really good tweet! I will try to find an example code for it. No problem I will create different PR for each thing Let's see when I get some free time to do it 😄 |
All images should move from Ubuntu 14.04 LTS to 16.04 LTS, except for CUDA images where versions <= 7.5 should remain with 14.04 and versions >= 8.0 should migrate (see NVIDIA/nvidia-docker#110).
The text was updated successfully, but these errors were encountered: