higlass / higlass-docker

Builds a docker container wrapping higlass-server and higlass-client in nginx
MIT License
32 stars 14 forks source link

Parameterize # of cores #3

Open mccalluc opened 7 years ago

mccalluc commented 7 years ago

Parameterize the number of cores in the Dockerfile, and give an example with getconf _NPROCESSORS_ONLN of how this might be used in practice

mccalluc commented 7 years ago

implemented as build parameter in #28; run parameter would be better, but I hit some small problem there that I can't recall now. Keeping this open to remind myself why it couldn't be done the other way.