You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.
I am trying to build a binder using the this env file which is quite sensitive to the channel order. Binder builds just fine but I get the wrong version some of its dependencies (icu), and a broken env 😒
When using the same env file locally I get the right versions, so I am guessing the issue is the conda version used in binder.
I am trying to build a binder using the this env file which is quite sensitive to the channel order. Binder builds just fine but I get the wrong version some of its dependencies (
icu
), and a broken env 😒When using the same env file locally I get the right versions, so I am guessing the issue is the
conda
version used inbinder
.I am trying now to use the
Dockerfile
approach, and updateconda
before creating the env. See https://github.com/ocefpaf/notebooks_demos/blob/master/Dockerfile#L8 but that is returning:See http://mybinder.org/status/ocefpaf/notebooks_demos
Any recommendations? Is a
conda
update possible? (So the channel preference feature is enabled.)Can we take advantage of the channel preference feature? Or would that break binder dependencies?
cc @rsignell-usgs
The text was updated successfully, but these errors were encountered: