Skip to content

Improve Docker images related to the `dico` command

Poulin, Jean Marie requested to merge docker-plus into master

The objectives of this merge request are:

  1. Improve the base image for continuous integration, in particular
    • by refactoring the original base image configuration to use the src/requirements.txt file for the setup of python modules
    • by installing language models from SpaCy and Stanza
    • by removing PKG-config, which is not necessary
  2. Create one additional docker image named cmd-dico that will be used to house the dico command environment. This way, one will be able to use the dico command without installing all the requirements on its machine.
Edited by Alexandre Blondin Massé

Merge request reports