Plugin List - usnistgov/NEMO GitHub Wiki

How to install plugins using Docker

If you are using the NEMO docker container, we recommend using docker-compose. With docker-compose, you can install plugins using the following example:

services:
  nemo:
    container_name: nemo
    image: nanofab/nemo:8.0.0
    # Install NEMO-allauth and postgres driver
    environment:
      - NEMO_EXTRA_PIP_PACKAGES=NEMO-allauth==2.1.1 psycopg["binary"]==3.3.4

NEMO Plugins

Here is a list of plugins for NEMO that we know of: