How can I deploy a Cloud ML Training job with additional python dependencies?

Asked 2 years ago

I'm a bit stuck and trying to work out how to add additional python dependencies.

Roberto Ray

Tuesday, July 26, 2022

If your training job requires additional Python dependencies, you can specify these using the --packages argument when submitting your job. For example, if your training job requires the "pandas" package, you would submit your job using the following command: gcloud ml-engine jobs submit training $JOB_NAME --packages pandas





Write an answer...

Cancel

Please follow our  Community Guidelines

Can't find what you're looking for?