Skip to content
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

Building a custom rstudio with cuda libraries #879

Closed
sneumann opened this issue Dec 2, 2024 · 1 comment
Closed

Building a custom rstudio with cuda libraries #879

sneumann opened this issue Dec 2, 2024 · 1 comment
Labels

Comments

@sneumann
Copy link

sneumann commented Dec 2, 2024

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 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 ?

  1. Is there any sane way to use multi-stage builds and combine from bioconductor_docker and rocker/ml ?
  2. 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 ?
  3. Anything simple I missed ?

This is a bit related to #1 in this repo :-)

Thanks in advance,
yours,
Steffen

@sneumann
Copy link
Author

sneumann commented Dec 4, 2024

Hi, after finding https://hub.docker.com/r/bioconductor/ml this question can be close. Yours, Steffen

@sneumann sneumann closed this as completed Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant