ci: sets ubuntu versions to 26.04 and 24.04 - #45
Open
yosefmaru wants to merge 1 commit into
Open
Conversation
Member
|
I think we should use miniforge instead of miniconda for cuda13-miniconda-jupyterlab/Dockerfile, since it's open source. Does pytorch support CUDA 13.2 yet? I thought most wheels had 12.8 and 13.0 support. 13.2 appears to be experimental We can use multi-stage docker builds instead of installing miniforge from scratch. The ubuntu-ffmpeg docker image is an example of a smaller build that doesn't require installing a bunch of apt packages to add conda. I think nvidia/cuda:13.0.3-base-ubuntu24.04 is a more appropriate base image, because the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates Dockerfiles to use latest available Ubuntu (26.04 or 24.04) where applicable
Base image and dependency upgrades:
cuda13-miniconda-jupyterlab/Dockerfileandlightning-jupyterlab-py39/Dockerfileto use CUDA 13.2.1 and Ubuntu 24.04, and added a new Dockerfile for a Miniconda-based JupyterLab environmentr2u-rstudio/Dockerfile) to use the newerrocker/r2u:26.04base image, upgrading from Ubuntu 22.04 to 26.04.ubuntu-ffmpeg/Dockerfilefrom Ubuntu 24.04 to 26.04.