Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (12 loc) · 805 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 805 Bytes

fn-prevalence-predictor

Requirement

This function requires that fn-covariate-extractor is deployed and available at the https://faas.srv.disarm.io.

Building

To build, you will need to first clone the relevant template.

faas template pull https://github.com/disarm-platform/faas-templates.git --overwrite

You can then use faas build to create a local version.

To run the local version, use:

docker run -it --rm -p 8080:8080 -e read_timeout=900 -e write_timeout=900 -e exec_timeout=910 -e combine_output=false <INSERT IMAGE_REF FROM BUILD COMMAND OUTPUT>

Note: the IMAGE_REF required will look something like disarm/fn-adaptive-sampling:0.2.2

SPECS

See SPECS.md for algorithm specifications.