logo
  • Getting Started
  • How-to Guides
  • Configuring your repository
  • Contributing
  • Changelog

Complete list of configuration files

  • Configuration Files
  • The Reproducible Execution Environment Specification

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.

Complete list of configuration files

  • Configuration Files
    • environment.yml - Install a conda environment
    • Pipfile and/or Pipfile.lock - Install a Python environment
    • requirements.txt - Install a Python environment
    • setup.py - Install Python packages
    • Project.toml - Install a Julia environment
    • REQUIRE - Install a Julia environment (legacy)
    • install.R - Install an R/RStudio environment
    • apt.txt - Install packages with apt-get
    • DESCRIPTION - Install an R package
    • postBuild - Run code after installing the environment
    • start - Run code before the user sessions starts
    • runtime.txt - Specifying runtimes
    • default.nix - the nix package manager
    • Dockerfile - Advanced environments
  • The Reproducible Execution Environment Specification
Using repo2docker as part of your Continuous Integration Configuration Files

© Copyright 2019, Project Jupyter.

Created using Sphinx 4.0.2.