You can add a package to the environment used in a job, workspace, or app in one of the following ways:
- Use Dockerfile Instructions
-
Use Dockerfile instructions to install packages to your environment permanently with quick execution times.
- Use requirements.txt (Python only)
-
Use
requirements.txt
to install packages to your environment every time you start an execution. - Use the Execution to Add a Package
-
You can install packages by adding calls to the beginning of your code.