-
Create a new virtual environment:
python3 -m venv .venv
. -
Activate the environment:
source .venv/bin/activate
. -
Install dependencies:
pip install -r requirements.txt
. -
Install graphviz binaries:
sudo apt update && sudo apt install graphviz graphviz-dev
. -
Install LinPyK:
pip install -e .
. -
Build the worker:
docker build -t linpyk-worker:latest .
Run the Cholesky example:
python3 examples/cholesky.py