Chris Meyers
Chris Meyers

Reputation: 1426

How do I create a Datalab instance with a GPU?

I tried running:

datalab beta create-gpu datalab-gpu-instance-name

but it gives me this error:

usage: datalab [-h] [--project PROJECT] [--zone ZONE] [--quiet] [--verbosity {debug,info,warning,error,critical,none}] {stop,create,list,connect,delete} ... datalab: error: argument subcommand: invalid choice: 'beta' (choose from 'stop', 'create', 'list', 'connect', 'delete')

Upvotes: 1

Views: 220

Answers (1)

Chris Meyers
Chris Meyers

Reputation: 1426

You need to update your version of the datalab command line tool.

Run: gcloud components update

Upvotes: 2

Related Questions