rse-ops / docker-images

Collection of Docker image bases provided by the RSE-ops community.
https://rse-ops.github.io/docker-images/
MIT License
5 stars 8 forks source link

Test pinning cuda versions #52

Closed vsoch closed 2 years ago

vsoch commented 2 years ago

We want cuda 10.x to build with ubuntu 18.04 and 11.x to use 22.04.

If this works it will close #48

Signed-off-by: vsoch vsoch@users.noreply.github.com

davidbeckingsale commented 2 years ago

CC @mdavis36

mdavis36 commented 2 years ago

Which images should I be using now for nvcc10 and 11 exactly? I don't see anything with cuda / nvcc in the tests.

vsoch commented 2 years ago

Ack, that was my fault! I forgot to include the build args and --all (and I tested with it). Here is an updated run that I will ping you again when it's merged and finished:

https://github.com/rse-ops/docker-images/runs/4805998132?check_suite_focus=true

Note that we do have new cuda containers:

image

basically we will pin the 10.x version to ubuntu 18.04, and everything else to ubuntu 22.04. Will ping you again when there is something to pull!