NOTE: This repository is no longer being updated. Please visit deployment-tools for the up to date Docker Compose files and Helm charts
General repository for Syntho Helm charts and other related configuration files.
Explore the deployment docs »
A repository containing all the relevant Helm charts and other related configuration files for the Syntho applications. Under the folder /helm
, the following Helm charts are available:
- Ray (Chart + sample configuration)
- JupyterHub (only sample configuration)
- Syntho Application (Chart)
Script prepare-syntho-images.sh
has been prepared for convenience for a case where target enviroment does not have an access to internet. Script will save all images into single syntho-images.tar
file (save mode), which can be moved to target machine and loaded there with the same script (load mode).
Script should have executable permissions set. If that is not the case please run the following command:
chmod +x prepare-syntho-images.sh
/prepare-syntho-images.sh --mode <save/load> --tag <tag> --path <path>
/prepare-syntho-images.sh --mode save --tag latest --path /home/syntho/images
/prepare-syntho-images.sh --mode load --tag latest --path /home/syntho/images
Syntho - [email protected]