Specification
{
"action": "<String>"
"destinationDir": "<String>"
}
Structure Values
Field Name | Type | Description | Required | Default |
|---|---|---|---|---|
Action | String | What to do with the file during cluster bootstrapping. May be either | Required | |
Destination Dir | String | The directory on the cluster where the file will be downloaded. | Optional |
|
Example
{
"action": "pip_install",
"destinationDir": "/home/magpie/wheels"
}