@slarson @pgleeson
I am going to create a Dockerfile for running these tests (basically recapitulating the instructions in the README). This should be easy because I already got them running using the same instructions in a vanilla Ubuntu Docker image. However, to avoid fragmenting our Docker presence I'm wondering if I should be using the official OpenWorm Docker image as the base?
Alternatively, since it has a whole bunch of stuff we don't need here (for now), maybe I refactor the OpenWorm Docker stack to be more hierarchical, with both this repo's Dockerfile and the stuff the main OpenWorm Docker container is mainly used for now both inheriting from some base OpenWorm Docker image. See Jupyter Stacks for inspiration.
@slarson @pgleeson
I am going to create a Dockerfile for running these tests (basically recapitulating the instructions in the README). This should be easy because I already got them running using the same instructions in a vanilla Ubuntu Docker image. However, to avoid fragmenting our Docker presence I'm wondering if I should be using the official OpenWorm Docker image as the base?
Alternatively, since it has a whole bunch of stuff we don't need here (for now), maybe I refactor the OpenWorm Docker stack to be more hierarchical, with both this repo's Dockerfile and the stuff the main OpenWorm Docker container is mainly used for now both inheriting from some base OpenWorm Docker image. See Jupyter Stacks for inspiration.