Skip to content

benrady/condacache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

CondaCache

An alternative to conda env create that caches environments using conda pack that have already been installed

Usage:

  $ condacache <environment file> <venv directory>

Configuration

CondaCache can be configured with the following environment variables:

  CONDACACHE_REPO_URL - HTTP PUT compatible service for storing tarballs
    ex: 'https://artifactory.example.com/artifactory/condacache'

  CONDACACHE_AUTH (optional) - HTTP header used for auth when uploading to the REPO URL
    ex: 'Authorization: Bearer <token>'"

About

A caching installer for conda environments

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages