Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Add ENV variables to customize buildpack #29

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

inodb
Copy link

@inodb inodb commented Oct 10, 2016

Add several new environment variables to customize buildpack:

  • Add environment variables from ENV_DIR
  • Add CONDA_REQ_FILE to allow using other filename then conda-requirements.txt
  • Add CONDA_CHANNELS add space separated channel names to use different conda channels
  • Also install using setup.py if available instead of just requirements.txt and conda-requirements.txt. Use pip install -e.

For example see: https://github.com/inodb/dicom-flask-uploader

@kennethreitz
Copy link
Contributor

this looks good, but let's remove the CONDA_REQ_FILE part. Good to standardize :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants