Support multiple workspace types per scheduler #590
Labels
enhancement
New feature or request
module: runner
issues related to the torchx.runner and torchx.scheduler modules
Description
Currently a scheduler is tied to a specific image type. Some schedulers such as LSF (and Slurm) support multiple different types of images. Ideally we could allow swapping in multiple different workspace backends to enable this in a more easy to use way.
Detailed Proposal
Add some new syntax to the
--workspace
entrypoint to allow specifying different types of workspaces--workspace=docker:.
or perhaps with a--workspace-type docker
.Change the Workspace interaction with the schedulers to allow for setting more than one available workspace type per scheduler.
Alternatives
Additional context/links
The text was updated successfully, but these errors were encountered: