robbie configure
robbie configure
Description
Enables a user to interactively create a job configuration file (job_config.yaml) to be used by future Command Runner and Jupyter Notebook runs.
User can define:
A unique run name
Which tokens (Personal or Group) to use for billing.
Which environment to use for the Run.
Which image to use or “auto-select” to let Robbie automatically choose the image for your job.
The Python dependencies to use for the jobs or “auto-capture” to enable Robbie to automatically determine dependencies from the source code in the current directory.
Tokens consumed or time elapsed before the job is automatically terminated.
Local directory to automatically send to the remote machine.
Local environment variables to send to the remote machine.
Commands to execute. If you are building a job_config.yaml for a remote function, just press enter.
A job_config.yaml
file will be generated in your local directory.`
Last updated