Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.1 KB

catlas

Installation

  • Install git-lfs:
  • $ pip install git-lfs
  • $ git-lfs install
  • Install ocp:
  • $ git clone [email protected]: Open-Catalyst-Project/ocp
  • $ cd ~/ocp && python setup.py develop
  • Install catlas:
  • $ git clone [email protected]: ulissigroup/catlas
  • $ cd ~/catlas && python setup.py develop

Usage

$ python bin/predictions.py configs/path/to/config.yml configs/path/to/cluster.py

Monitor a run at one of these URLs

At the end of a run, delete extra pods and services:

  • kubectl delete service -l 'app=dask'
  • kubectl delete po -l 'app=dask'
  • kubectl delete poddisruptionbudgets dask-catlas-dev

Automated screens:

This repo runs automated screens either on pushing to the repo or locally. Find scheduler pods using kubectl get po -l 'dask.org/component=scheduler'