Closed anthony-cervantes closed 7 years ago
hi @anthony-cervantes
This is still in the pipeline. For now the best way is probably to create your own Dockerfile to add the plugins and update the docker-compose to use that
FROM cabotapp/cabot:<version>
RUN pip install <plugin>
Can we get documentation on the best generic way to install third party plugins via pip and enabling via the
<environment>.conf
?