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

[docker] Update Tutorial for Installing LightGBM GPU on Docker Environment #6450

Open
NisuSan opened this issue May 8, 2024 · 3 comments
Open
Labels

Comments

@NisuSan
Copy link

NisuSan commented May 8, 2024

Description

The current tutorial for installing LightGBM GPU on Docker is outdated and requires revision. The use of the "nvidia/cuda:8.0-cudnn5-devel" image, as specified in the tutorial, is no longer viable due to its deprecation. Attempting to replace it with a newer image leads to the discovery that the file "libnvidia-opencl.so.1", essential for LightGBM GPU functionality, is missing in the newer image.

Reproducible example

You can use this repo

Request

I'm kindly request an update to the tutorial to reflect current best practices and compatible resources for installing LightGBM GPU on Docker. Specifically, addressing the absence of "libnvidia-opencl.so.1" in newer images and providing guidance on selecting suitable replacements for the deprecated resources would greatly benefit users seeking to utilize LightGBM GPU in Docker environments.

Additional Information

I also tried to follow the ways described here and here but it did not help

@jameslamb
Copy link
Collaborator

Thanks for the report.

Are you interested in contributing a fix?

@jameslamb jameslamb added the bug label May 8, 2024
@jameslamb jameslamb changed the title Update Tutorial for Installing LightGBM GPU on Docker Environment [docker] Update Tutorial for Installing LightGBM GPU on Docker Environment May 8, 2024
@NisuSan
Copy link
Author

NisuSan commented May 8, 2024

Are you interested in contributing a fix?

I'll be glad to help :)

@jameslamb
Copy link
Collaborator

Great, thanks! You can open a draft pull request and then use comments on there to ask questions.

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

No branches or pull requests

2 participants