Sam Ritchie
Sam Ritchie
hey @eschnett , I was thinking about Julia support - I think I can take your example and build you a docker base image with Julia in it, and maybe...
@eschnett , I've just released 0.3.0 at https://github.com/google/caliban/releases/tag/0.3.0 with some of the work you've been doing. Thank you! I put a `julia_version` key into calibanconfig.json that we don't yet use;...
Interesting; I wonder, is it actually a GOOD thing if the Julia installation shares a conda env with the python scripts? Then someone could, for example, use a project that...
I'm inclined to say that it should only exist in the config. If it exists in the cli too, then we need to have a `--nostrict`. I had a function...
Thanks, @arokem , I absolutely will. This is really helpful!
@dfurrer , this is a great suggestion - I've done some work that will make it easy to specify the default for your machine or project in your `.calibanconfig.json`, but...
Hey @arokem ! I'm sure that the issue lives right at [this line](https://github.com/google/caliban/blob/master/caliban/docker/build.py#L673-L681); the output of your Docker build looks different from mine, so my simple "get the image ID"...
@ajslone ping!
Hey all, Apologies that this issue has gone unaddressed for so long. I'm not longer at Google, and @ajslone is the maintainer of the project — I'm not sure what...
@hamelsmu , there is! I have a task on my list to add docs to caliban.readthedocs.io, but the CHANGELOG should provide enough of an example to get you started. Here's...