This is a personal experimental project, and should not be relied upon at the moment.
- Clone this repo
uv sync
uv run python -m dask scheduleruv run python -m dask worker --resources "CPU=1"
If installing Python and getting a 'No module named _ctypes' error:
Unsnstall Python
sudo apt install libffi-dev
Reinstall Python
