Skip to content

A caching installer for conda environments

Notifications You must be signed in to change notification settings

benrady-aq/condacache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CondaCache

An alternative to conda env create that caches environments 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 '"

About

A caching installer for conda environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%