sillsdev / silnlp

A set of pipelines for performing experiments on various NLP tasks with a focus on resource-poor/minority languages.
Other
34 stars 3 forks source link

Create a docker image with silnlp fully setup #202

Closed ddaspit closed 1 year ago

ddaspit commented 1 year ago

There are more people interested in using silnlp. We should create a consistent CLI for silnp and make it available as a published docker image, so that it can be easily installed. The current procedure of cloning the repo and using poetry is too difficult and error-prone.

ddaspit commented 1 year ago

Requirements:

ddaspit commented 1 year ago

You can check the Machine.py dockerfile for an example of how to install a poetry project to a docker container without including poetry.