SystemsGenetics / KINC

Knowledge Independent Network Construction
MIT License
11 stars 4 forks source link

Update dockerfile #163

Closed bentsherman closed 4 years ago

bentsherman commented 4 years ago

Adds a docker build for v3.4.2 to the docker Makefile. Also refactors the makefile somewhat so that you can build individual versions easily.

# build all versions
make all

# build v3.4.2 only
make v3.4.2

Note that v3.4.2 specifically won't work until that version is released on Github. If you want to test it right now you can use v3.3.0 instead.

spficklin commented 4 years ago

Thanks @bentsherman! I'm going to close this out as it's trying to merge into the master branch instead of develop and shows 27 files changed. I've opened a new one at #164