kubectl apply -f cluster.yaml
kubectl port-forward svc/simple-scheduler 8786:8786
curl -LsSf https://astral.sh/uv/install.sh | sh
uv pip compile requirements.in \
--universal \
--output-file requirements.txt
uv venv fim
source fim/bin/activate
uv pip sync requirements.txt
python fimserv.py
Notes
** The DockerFile is just for creating a custom image for dask with FIMServ ** The cluster.yaml is to create all the needed infra on your local cluster, etc ** Need to make sure that your dev cluster have a storage class.