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

Nvidia GPU is Not accessing in my Docker Container #9334

Closed
BBALU1660 opened this issue May 29, 2024 · 2 comments
Closed

Nvidia GPU is Not accessing in my Docker Container #9334

BBALU1660 opened this issue May 29, 2024 · 2 comments

Comments

@BBALU1660
Copy link

Error:

ERROR: The NVIDIA Driver is present, but CUDA failed to initialize. GPU functionality will not be available.
   [[ System has unsupported display driver / cuda driver combination (error 803) ]]

Command:

docker run --gpus device=0 --shm-size=2g --net=host --ulimit memlock=-1 --rm -it -v ${PWD}:/workspace -w /workspace -v ${PWD}/results:/results nvcr.io/nvidia/nemo:24.03.01.framework bash

image

My Docker version: Docker version 26.1.3, build b72abbb
My GPU: NVIDIA RTX A6000
Nvidia-smi (non docker)
image
Nvidia-smi(docker container)
image


@nithinraok
Copy link
Collaborator

Similar issue: #9268

@BBALU1660
Copy link
Author

My issue got solved instead of pulling nvcr.io/nvidia/nemo:24.03.01.framework pull nvcr.io/nvidia/nemo:dev.framework

@BBALU1660 BBALU1660 closed this as not planned Won't fix, can't repro, duplicate, stale May 30, 2024
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

No branches or pull requests

2 participants