Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 619 Bytes

opendatakit python-run-base

Base execution container for datakit algorithms.

All custom datakit containers must inherit from python-run-base.

Development

Building

./build.sh [--no-cache]

Running

To run a datakit in python-run-base manually:

docker run -it -v ${DATAKIT_PATH}:/usr/src/app/datakit -e RUN=bindfit.run datakits/python-run-base:latest

Pushing to DockerHub

Ensure all version numbers are updated in build.sh and the correct tags are applied by docker image ls. Remove any old tags.

docker image push --all-tags datakits/python-run-base