dask_jobqueue_workshop_materials icon indicating copy to clipboard operation
dask_jobqueue_workshop_materials copied to clipboard

Add binder config

Open willirath opened this issue 5 years ago • 3 comments

This adds a Dockerfile and an entrypoint copied / adapted from https://github.com/lesteve/test-binder.

Addresses #5.

  • mybinder.org: Binder

  • pangeo: Binder

  • [x] add binder config

  • [ ] create reduced notebooks that fit on a typical binder instance

  • [ ] add jupyter_server_proxy and configure Dask to provide the correct dashboard link

willirath avatar Jun 20 '19 11:06 willirath

We're getting there. This works on Pangeo's binder which means, we can get some real ressources and show off adaptivity and resilience in a more realistic setting.

willirath avatar Jun 20 '19 16:06 willirath

@guillaumeeb Are you familiar with the admin side of SLURM? This branch basically works on Pangeo's binder running a SLURM cluster locally, but SLURM is not very stable, after killing a Job, the whole cluster gets stuck, etc.

willirath avatar Jun 21 '19 07:06 willirath

Not at all! You could try with a PBS cluster...

guillaumeeb avatar Jun 21 '19 08:06 guillaumeeb