Skip to content

Execution containers for opendata.studio datapackages

Notifications You must be signed in to change notification settings

open-datakit/python-run-base

Repository files navigation

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

About

Execution containers for opendata.studio datapackages

Resources

Stars

Watchers

Forks

Packages

No packages published