On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine:
On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine:
In order to run this image do:
docker-compose up -d to get all up.
On first run DB initialization and initial user setup is done like so:
First start a bash in the container: docker-compose exec sentry /bin/bash.
Then, inside bash, do sentry upgrade wait until it asks you for an inital user.
When finished exit the bash.
When in doubt check with docker-compose ps if all went fine.
| #!/usr/bin/env python | |
| # stolen from http://stackoverflow.com/questions/27590039/running-ansible-playbook-using-python-api | |
| import os | |
| import sys | |
| from collections import namedtuple | |
| from ansible.parsing.dataloader import DataLoader | |
| from ansible.vars import VariableManager | |
| from ansible.inventory import Inventory |
| #!/usr/bin/env python | |
| ''' | |
| _______ ______ | |
| |_ _\ \ / / ___| | |
| | | \ \ / /\___ \ | |
| | | \ V / ___) | | |
| |_| \_/ |____/ | |
| Teske Virtual System |