Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Follow the guidelines found here: Setting Up Docker

3. Run the setup script

Info

It is strongly recommended to maintain a directory structure like the following (big grin)

> NER
> NER Repo 1
> NER Repo 2


This ensures that the virtual environment will be placed at the same directory level as all repos, which happens automatically if setup like above

To make installs easier, there is a python script found in the embedded-base repo that will install and build every python and rust package, along with building our docker image

...