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

Updated ubuntu2004_gpu Dockerfile specs #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cardboardcode
Copy link
Contributor

Purpose of Pull Request 🔖

This is to update the base image used as well as add COPY instructions to the file ubuntu2004_gpu.dockerfile under directory dockerfiles, in order to avoid compilation errors such as missing bash scripts as well as docker base image.

As of 21st September 2024, realized that Nvidia has removed the now deprecated nvidia/cuda:11.4.0-cudnn8-devel-ubuntu20.04 from their DockerHub.

Summary 📚

  • Updated base image to nvidia/cuda:11.4.3-cudnn8-devel-ubuntu20.04 instead which is still available.
  • Added COPY instructions to ensure the custom bash scripts for installing dependencies are present during docker image build process.

…image as well as add instructions to COPY necessary bash scripts for installation of dependencies.

Signed-off-by: Bey Hao Yun <[email protected]>
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.

1 participant