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

Add an Ubuntu 24.04 image with CUDA #103

Merged
merged 1 commit into from
May 31, 2024

Conversation

stephenswat
Copy link
Member

This commit adds a new variant of the Ubuntu 24.04 image which incorporates CUDA 12.5.

This commit adds a new variant of the Ubuntu 24.04 image which
incorporates CUDA 12.5.
@andiwand andiwand merged commit 7680d98 into acts-project:master May 31, 2024
1 of 22 checks passed
Comment on lines +14 to +19
RUN apt install wget

RUN wget https://developer.download.nvidia.com/compute/cuda/12.5.0/local_installers/${CUDA_RUNFILE_NAME} && \
chmod +x ${CUDA_RUNFILE_NAME} && \
./${CUDA_RUNFILE_NAME} --toolkit --silent --installpath=${CUDA_INSTALL_PATH} && \
rm ${CUDA_RUNFILE_NAME}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am super not on board with this implementation. Please don't merge stuff right away, and wait for us to have a look first!

You'll need to switch to the same setup that I use for all the other GPU supporting images. Installing CUDA/HIP/oneAPI using APT. Since that's the one technique that all of them support. So let's not install each of them in a different way!

I.e. go and modify this image like: https://github.com/acts-project/machines/blob/master/ubuntu2004_cuda/Dockerfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants