Code for CellX and related projects.
git clone https://github.com/quantumjot/cellx.git
cd cellx
pip install -e .
See the contributing guide.
Build the image:
docker build . -t cellx/cellx:latest
Run a local script using the container:
docker run -it --runtime=nvidia --rm -v $PWD:/tmp -w /tmp cellx/cellx:latest python ./script.py
- Alan R. Lowe (quantumjot, arl)
- T. L. Laure Ho (laureho, tllh)
- Christopher J. Soelistyo (chris-soelistyo, cjs)
- Kristina Ulicna (KristinaUlicna, ku)