Setup environment for workers started with dask-ssh
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
It would be great if there was a way to inject code to be run on a remote machine with dask-ssh
Currently the following is run on the remote machine.
https://github.com/dask/distributed/blob/master/distributed/deploy/ssh.py#L215-L217
For setting up environments (e.g. `module load application && ...` OR `cd /tmp/path/to/worker/area/ && ...`), currently I have to manually change the `cmd` string. Are there thoughts on a better way to do this?
Contributor guide
Assessment
This issue has not been assessed yet.