Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 870 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 870 Bytes

matchbox Docker build process (beta)

We are still in the process of designing a best practices build and deployment process using Docker and Kubernetes, so please consider this a work in progress.

Please be careful to not check in Docker files with private secure usernames, passwords, and tokens etc.

Please also remember to change any default passwords built into system before production!

Build:

matchbox requires a reference dataset to help build it's phenotype scoring model. This dataset can be downloaded separately and mounted to the Docker container or you can rely on Docker to take care of all these details!

  1. Build via having the reference data mounted into the container

  2. Rely on Docker to get the reference data into the container (Easiest)