This command pull and update all submodules in this repository
git submodule update --initThis command runs a quick test that spins up two Docker containers:
- MinIO instance -- stores inputs and outputs
- StormHub MinIO instance -- contains the environment to run the main script
Need to attach to the StormHub MinIO container to run python3.12 main.py when the containers are ready.
bash cc/scripts/quicktest.sh# Build image
bash cc/scripts/build-storm-cloud-plugin-image.sh
# Save image
bash cc/scripts/save-storm-cloud-plugin-image.sh