Skip to main content
Ctrl+K
repo2docker 2023.06.0 documentation - Home
  • Getting Started
  • How-to Guides
  • Configuring your repository
  • Contributing
  • Changelog
  • GitHub
  • Getting Started
  • How-to Guides
  • Configuring your repository
  • Contributing
  • Changelog
  • GitHub

Section Navigation

Complete list of configuration files

  • Configuration Files
  • The Reproducible Execution Environment Specification
  • Configuring...

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

previous

Change the base image used by Docker

next

Configuration Files

Edit on GitHub
Show Source

© Copyright 2024, Project Jupyter Contributors.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.15.2.