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

Add option to create-notebook to use GPUs #39

Open
ca-scribner opened this issue Mar 4, 2024 · 3 comments · May be fixed by #94
Open

Add option to create-notebook to use GPUs #39

ca-scribner opened this issue Mar 4, 2024 · 3 comments · May be fixed by #94
Labels
enhancement New feature or request

Comments

@ca-scribner
Copy link
Contributor

Why it needs to get done

Based on the dss spec, we need notebooks that support GPUs. #31 implements the create-notebook command, but it does not include an option to enable a GPU.

What needs to get done

  1. add an interface to create-notebook to enable gpus (--gpu flag? or something more detailed?)

When is the task considered done

  1. create-notebook allows creation of notebooks with GPUs
@ca-scribner ca-scribner added the enhancement New feature or request label Mar 4, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5420.

This message was autogenerated

@NohaIhab
Copy link
Contributor

NohaIhab commented Apr 9, 2024

Note from @misohu on the implementation details of this task

@misohu
Copy link
Member

misohu commented Apr 25, 2024

We will get rid of the --gpu --no-gpu flags for now. The Pods have access to GPU by default after enabling the gpu addon and running correct image with drivers e.g. pytorch-cuda-full.

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

Successfully merging a pull request may close this issue.

3 participants