clamsproject / wfe-pipeline-runner

3 stars 1 forks source link

Allow other kinds of configuration files #5

Closed marcverhagen closed 3 years ago

marcverhagen commented 3 years ago

Now the pipeline runs off of a docker-compose configuration file. Add simpler ways to do this, for example by having a file like this:

tokenizer 0.0.0.0:5001
spacy 0.0.0.0:5002

or

tokenizer clams_tokenizer:5000
spacy clams_spacy:5000
marcverhagen commented 3 years ago

Mostly obsolete because of issue #7. But we could allow as an alternative to that an option where the configuration is a set of image names.