Skip to content
Mathieu Rampant edited this page Apr 18, 2024 · 18 revisions

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:

version: "3.5"
services:
  nemo:
    container_name: nemo
    image: nanofab/nemo:3.7.0
    # Install NEMO-allauth and postgres driver
    command: >
      bash -c "pip install NEMO-allauth==1.8.0 &&
               pip install psycopg2-binary==2.9.3 &&
               /usr/local/bin/start_NEMO_in_Docker.sh"

NEMO Plugins

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