Example processing node for HASTE for use with the HarmonicIO processing framework
Only works inside a HarmonicIO container (see: https://github.com/HASTE-project/HarmonicPE)
- Caching of storage clients for the HASTE Storage Platform.
- Auto-configuration of HASTE storage client.
We use --no-cache because otherwise calls to 'git clone' get cached - rather than pulling latest code!
docker build --no-cache=true -t "benblamey/haste-image-proc:latest" . ; docker push benblamey/haste-image-proc:latest