Skip to content

datastudioapp/python-run-base

Repository files navigation

opendata.studio datakit 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 running opendata.studio datakits

Resources

Stars

Watchers

Forks

Packages

No packages published