Configuring your repositoryΒΆ
Information about configuring your repository to work with repo2docker, and controlling elements of the built environment using configuration files.
For information on where to put your configuration files see Where to put configuration files.
- Configuration Files
environment.yml
- Install a conda environmentPipfile
and/orPipfile.lock
- Install a Python environmentrequirements.txt
- Install a Python environmentsetup.py
- Install Python packagesProject.toml
- Install a Julia environmentREQUIRE
- Install a Julia environment (legacy)install.R
- Install an R/RStudio environmentapt.txt
- Install packages with apt-getDESCRIPTION
- Install an R packagepostBuild
- Run code after installing the environmentstart
- Run code before the user sessions startsruntime.txt
- Specifying runtimesdefault.nix
- the nix package managerDockerfile
- Advanced environments
- The Reproducible Execution Environment Specification