Fix Binder instance run
1 unresolved thread
1 unresolved thread
Compare changes
+ 3
− 3
@@ -10,9 +10,9 @@ RUN chown ${USER}:${USER} /opt/conda
GitLab upgrade completed. Current version is 17.11.1. We now benefit from the features of the release 17.11.
In MR !62 (merged); I broke the generation of Binder instance, as strangely enough the Conda environment that works on Linux and for Docker images utterly fail in Binder (and the version that works for Binder fails locally and for Linux images...
Here I fix this, albeit not in the prettiest possible way (basically I provide two different Yaml environments: one for local/Docker and another for Binder.
I have updated the README to reflect both changes.
Note: I have in fact locally worked on top of the branch provided in !62 (merged) and have cherry-picked the commits to put them on top of current master
branch.