-
Notifications
You must be signed in to change notification settings - Fork 185
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
Bump cuda version and drop cuda version tags for ubuntu:jammy
based images
#516
Conversation
- drop cuda10.1 images - switch the base image to nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
ubuntu:jammy
based images
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, looks good!
build/make-stacks.R
Outdated
@@ -110,7 +110,7 @@ library(gert) | |||
return(.url) | |||
} | |||
|
|||
.cuda_baseimage_tag <- function(ubuntu_series, other_variants = "11.1.1-cudnn8-devel") { | |||
.cuda_baseimage_tag <- function(ubuntu_series, other_variants = "11.7.1-cudnn8-devel") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be worthwhile to automatically update the cuda version instead of hard-coding it.
I did a manual update as planned, so I'll merge this. |
awesome! |
close #282, close #503
We have maintained two
rocker/cuda
variants, cuda10.1 and cuda11.1, but now that the base image will beubuntu:jammy
, we will unify the cuda variants into one, as we can no longer use anything other than cuda11.7.X.rocker/cuda:cuda10.1
,rocker/cuda:4.2.1-cuda10.1
will be obsolete for R 4.2.2 or later images.rocker/cuda
which was pushed torocker/r-ver
(rocker/r-ver:X.Y.Z-cuda10.1
androcker/r-ver:X.Y.Z-cuda11.1
) will be obsolete.Only the R version tags like
rocker/cuda:4.2.2
,rocker/cuda:latest
will remain.Note: This Pull Request can only be merged after the R 4.2.2 release.
ToDo
stacks/4.2.1.json
by hand.latest
tags../build/make-stacks.R
->make clean
->make setup