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

GPU not supported after building the image #26

Closed
RonghaiHe opened this issue Nov 8, 2023 · 1 comment
Closed

GPU not supported after building the image #26

RonghaiHe opened this issue Nov 8, 2023 · 1 comment

Comments

@RonghaiHe
Copy link

Thank you for your excellent job at first.
I have a problem. When I have successfully built an image, it is shown that:

WARNING: Detected NVIDIA NVIDIA GeForce RTX 4060 Laptop GPU GPU, which is not yet supported in this version of the container

I believe that using nvcr.io/nvidia/tensorrt:22.08-py3 as the base image on my laptop may not be appropriate. Can you please help me modify the Dockerfile to make it more suitable for it even various GPUs? Thank you for your assistance.

@RonghaiHe RonghaiHe changed the title GPU not supported GPU not supported after building the image Nov 8, 2023
@RonghaiHe
Copy link
Author

I succeeded by replacing the basic image from 22.08 to 22.12 like:

FROM nvcr.io/nvidia/tensorrt:22.12-py3

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

1 participant