benrady / condacache

A caching installer for conda environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 100.0%