Skip to main content

File Cluster Associations

Specification

{
"action": "<String>"
"destinationDir": "<String>"
}

Structure values

Field NameTypeDescriptionRequiredDefault
ActionStringWhat to do with the file during cluster bootstrapping. May be either place to download at the destination and do nothing, or pip_install to install via pip after downloading.Required
Destination DirStringThe directory on the cluster where the file will be downloaded.Optional/tmp

Example

{
"action": "pip_install",
"destinationDir": "/home/magpie/wheels"
}