You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we'd like to build a custom rstudio with cuda support installed, and need some nudging in which direction to explore options.
More precisely, we'd like to build on top of bioconductor/bioconductor_docker:RELEASE_3_* ,
which in turn is build on top of a rocker/rstudio which eventually builds on vanilla ubuntu:noble.
I also know about the rocker/ml images, which build directly on top of e.g. nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04.
=> How to combine these for a local franken-rstudio ?
Is there any sane way to use multi-stage builds and combine from bioconductor_docker and rocker/ml ?
Is it more promising to grab the respective Dockerfiles, and edit them locally to build the FROM chain rocker/ml => rocker/myrstudio => bioconductor/mybioconductor_docker => my_ml_rstudio_bioc_frankenstein ?
What operating system related to this question?
Linux
Question
Hi,
we'd like to build a custom rstudio with cuda support installed, and need some nudging in which direction to explore options.
More precisely, we'd like to build on top of
bioconductor/bioconductor_docker:RELEASE_3_*
,which in turn is build on top of a
rocker/rstudio
which eventually builds on vanillaubuntu:noble
.I also know about the
rocker/ml
images, which build directly on top of e.g.nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
.=> How to combine these for a local franken-rstudio ?
bioconductor_docker
androcker/ml
?Dockerfile
s, and edit them locally to build theFROM
chainrocker/ml
=>rocker/myrstudio
=>bioconductor/mybioconductor_docker
=>my_ml_rstudio_bioc_frankenstein
?This is a bit related to #1 in this repo :-)
Thanks in advance,
yours,
Steffen
The text was updated successfully, but these errors were encountered: