Re Dream
Re Dream

Reputation: 91

Create datalab instance with Preemptible GPU?

How to create datalab instance with Preemptible GPU?

I tried:

datalab beta create-gpu super --accelerator-type nvidia-tesla-v100 --accelerator-count 2

And it seems, there is no option to pick preemptible gpu.

As well I see no option in instance settings:

Upvotes: 1

Views: 277

Answers (2)

kfateem
kfateem

Reputation: 323

There's a feature request for preemptible instance support.

Upvotes: 0

Nathan Nasser
Nathan Nasser

Reputation: 1004

I understand that you are looking forward to a cost optimization by having the instance shutdown at a certain moment, correct me if I am wrong.

I recommend to use Cloud Datalab VM Auto Shutdown. You have the flexibility to set a timer that is reset if: - scrolling in a notebook window - using the tree-list window, including when the tree list auto-refreshes (e.g., when returning to the window) - running a command in a Cloud Datalab terminal tab

Upvotes: 1

Related Questions