sillsdev / silnlp

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

Automatically run poetry install and set the python interpreter on devcontainer startup #586

Closed mshannon-sil closed 5 days ago

mshannon-sil commented 6 days ago

When the devcontainer is created, it would be more convenient for the devcontainer to automatically create the poetry environment and ensure the poetry environment python is set as the python interpreter. This would eliminate issues caused by not having the correct python interpreter selected.