Craig Russell

Results 34 comments of Craig Russell

GitHub actions secrets were failing, I'll check again though.

That was a typo above, I did try it with the DIND image and the correct volume mounts, the MTU even changed but I still had the same problem.

Best solution I found was to self host a dockerhub, our docker registry was throttling

I think Gauss and derivative Gauss also have the same behaviour btw.

This fails for me: ``` #@ Dataset data #@OUTPUT Dataset output #@ OpService ops #@ DatasetService ds from net.imagej.axis import Axes converted = ops.convert().float32(data.getImgPlus()) dog = ops.create().img(converted) converted_in = ops.transform().flatIterableView(converted)...

> Thanks for the PR @ctr26 , but what is the benefit of `FakeImageFolder` over the existing `FakeData` class? Thank you for your question regarding the benefit of `FakeImageFolder` over...

That would an easier solution yes. My only concern there was that it would have unforeseen downstream effects. I've pushed the changes

https://github.com/bioimagearchive/bia-binder/issues/27 I've put some notes here, I don't think it's impossible to add this functionality in purely by adding some code to the extra config on the deployment and adding...