Official Docker image: hyperflowwms/soykb-worker
HyperFlow Docker image contains Soykb binaries and HyperFlow job executor
make
-- build the container and push to Docker Hubmake container
-- build the container
You can run a sample workflow by downloading a zip archive with Soykb workflow data files (1.2 GB).
To run the workflow locally using the soykb-worker
Docker image, you need to have HyperFlow installed and the Redis server running. Then unzip the chosen zip archive and run commands:
cd <unpacked_zip_dir>
. run.sh
All files will be generated in the input
directory. Please note that running the workflow on a single node may require a considerable amount of memory.
To run the workflow on a Kubernetes cluster, you can use the HyperFlow-k8s-deployment project.