coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

Support for setting a dask config in software environments #134

Closed gjoseph92 closed 3 years ago

gjoseph92 commented 3 years ago

A custom dask config is something more advanced users might want to control in their software environments. Though it's possible to bake one in using some hacks in the post-build script, a dask_config= parameter to software environments might be a reasonable convenience to offer? (This would just add the file and set the DASK_CONFIG= environment variable.)

The bigger issue is that software environments don't currently support adding custom files or environment variables (besides making your own Docker image). So a files= and env= argument could be a more general solution, and might be a prerequisite anyway for the dask_config= convenience.

jrbourbeau commented 3 years ago

xref https://github.com/coiled/feedback/issues/75

gjoseph92 commented 3 years ago

Should have searched better! I'll close this duplicate.