Single-node & multi-node CLI options
Options common to both single-node and multi-node experiments
workspaceArchive
and workspaceUrl
are deprecated as of the 0.6.0 release version of the CLI. You can just use workspace going forward!
For workspace
, valid schemes for values specifying a remote URL are: https
, git+https
, and s3
, or you can specify "none"
. This means that, for example, git@github is not a valid scheme for a workspace.
For workspacePassword make sure create an Oauth access token on github
Options specific to single-node experiments
A container, machine type, and command are required.
Optionally a Docker registry username and password can be provided for accessing private docker registry container images via the --registryUsername
and --registryPassword
options.
Also, using the --containerUser
option, you can specify a UNIX user name to be used as the UNIX identity for running the specified command in the container. If no containerUser is specified, the user will default to 'root' in the container. This is useful when running a public container image with a different expected user, or when building a container image from a Dockerfile.
Options specific to multi-node experiments
In the case of multi-node experiments, both worker and parameter server instances need a container, machine type, command, count, and optionally a Docker registry username and password.
Note: --containerUser
is not a supported option for multi-node experiments currently.
Last updated