Add packages to Environments

Add packages to your Environment and manage package versions.

Package dependency files

Use requirements.txt or install.R to install packages to your Environment every time you start an execution.

Internal package hosting

Use Dockerfile instructions to install internal mirrors of public package repositories.

Preload Environment packages

Use Dockerfile instructions to install packages to your Environment permanently with quick execution times.

Use requirements.txt

Specify additional dependencies, you can add a pip requirements file named requirements.txt to the root of your project folder. (This is for Python only.)