dask / dask/distributed

Setup environment for workers started with dask-ssh

Open
#1,402 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.