Up until this week, I had a stable build relied upon for for a demo. I am using the jupyter proxy to serve a bokeh webpage, which now shows a 500.
Further investigation suggests that the packages from the environment.yml are now not installed into conda environment. I am able to build successfully with repo2docker locally. Was there a change that might have caused this behavior?
The prefix::package syntax specifies the conda channel to use for installation.
In this case, jrgarrahan::lume-epics is a package I have hosted on anaconda cloud.
Thank you for getting back to me- this is very helpful! Are you aware if there is any way to pin the repo2docker version?