Base execution container for datakit algorithms.
All custom datakit containers must inherit from python-run-base.
./build.sh [--no-cache]
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
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