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

Fix Dockerfile.gpu to handle CUDA 11.2.2 correctly #144

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vasigorc
Copy link

@vasigorc vasigorc commented Jun 22, 2024

This PR addresses an issue with the .gpu Dockerfile where the specified CUDA version caused errors during package installation.

Changes made:

  • Added CUDA_BASE argument and set it to 11.2.2 for the base image.
  • Retained CUDA argument for compatibility with other parts of the Dockerfile.
  • Updated ENV CONDA_DEFAULT_ENV to ensure conda environment activation works as expected.

These changes resolve the package installation issues and ensure the Docker image builds successfully.

Signed-off-by: Vasile Gorcinschi <vasigorc@gmail.com>
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