Dependencies

You can provide packages, such as Python libraries, in addition to the pre-installed package through the three methods.

You can provide packages, such as Python libraries, in addition to the pre-installed package through the following methods:
  • Directly installing packages within projects
  • Creating a custom engine with the required packages
  • Mounting a path from the host which contains additional packages
One method may be more appropriate for your deployment than another method. For more information about each option, see Managing Engine Dependencies.