Closed manics closed 1 year ago
:point_left: Launch a binder notebook on this branch for commit 0274d14d2a1a231f9437cb5ed5ad93a9cec85543
I will automatically update this comment whenever this PR is modified
:point_left: Launch a binder notebook on this branch for commit eb2dcf4b38f7a6455e0f0a89616dd6d8a16fd923
:point_left: Launch a binder notebook on this branch for commit 8e6a1a2a71104204ca5959685700af952601c7b5
Last commit fixes the mybinder build which for some unknown reason may behave differently from {docker,podman} build .
The Dockerfile currently fails to build as there's no
jovyan
group ($NB_GID
corresponds to theusers
group).Also switches to quay.io for the base image, and uses environment.yml to install as many dependencies as possible from conda-forge. We need it for websockify so might as well use it for everything.