-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[docs] update CPU dockerfiles (fixes #5550) #5601
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM. Just some optional removals of the interactive terminal.
Co-authored-by: José Morales <[email protected]>
…to update-dockerfiles
Thanks for that! You're right, for these cases the |
This pull request has been automatically locked since there has not been any recent activity since it was closed. |
Fixes #5550.
The Dockerfiles in
docker/
can be used to build container images for running different builds of LightGBM. It'sThis PR proposes some changes to the non-GPU Dockerfiles there, to hopefully make them easier to use, especially for people who are new to LightGBM.
docker run
are easier to read)