Skip to main content

Lockfiles for conda

Project description

conda-lock

Conda lock is a lightweight library that can be used to generate fully reproducible lock files for conda environments.

It does this by performing multiple solves for conda targeting a set of platforms you desire lockfiles for.

This also has the added benefit of acting as an external presolve for conda as the lockfiles it generates results in the conda solver not being invoked when installing the packages from the generated lockfile.

why?

Conda environment.yaml files are very useful for defining desired environments but there are times when we want to be able to EXACTLY reproduce an environment by just installing and downloading the packages needed.

This is particularly handy in the context of a gitops style setup where you use conda to provision environments in various places

Dockerfile example

In order to use conda-lock in a docker-style context you want to add the lockfile to the docker container. In order to refresh the lock file just run conda-lock again.

  Dockerfile
  environment.yaml
* conda-linux-64.lock
# Dockerfile

# Build container
FROM continuumio/miniconda:latest as conda

ADD conda-linux-64.lock /locks/conda-linux-64.lock
RUN conda create -p /opt/env --copy --file /locks/conda-linux-64.lock

# Primary container

FROM gcr.io/distroless/base-debian10

COPY --from=conda /opt/env /opt/env

installation

pip install conda-lock

usage

# generate the lockfiles
conda-lock -f environment.yml -p osx-64 -p linux-64

# create an environment from the lockfile
conda create -n my-locked-env --file conda-linux-64.lock

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conda_lock-0.6.0.tar.gz (49.0 kB view details)

Uploaded Source

Built Distribution

conda_lock-0.6.0-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file conda_lock-0.6.0.tar.gz.

File metadata

  • Download URL: conda_lock-0.6.0.tar.gz
  • Upload date:
  • Size: 49.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1.post20200529 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for conda_lock-0.6.0.tar.gz
Algorithm Hash digest
SHA256 410dd2843460f2e49d5c8ebc55ed24bc8406d273a7b215c37f1c75aca838ff9b
MD5 2acee383f3f38de09b918e9fc0052b2d
BLAKE2b-256 5f25b1d444f546db58a7b1fd5d8dd93af1f8d3a6332d3b35ac4960c69fba4716

See more details on using hashes here.

Provenance

File details

Details for the file conda_lock-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: conda_lock-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1.post20200529 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for conda_lock-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 feec372a8ad2c53a145499e555210a9ee2686cd55ca6f4b3f783d437b4bc5117
MD5 af612a9d359a35c73cd42e8c497196e9
BLAKE2b-256 9d7198f6fb2180d3e9cb46cfe77cfad8990b7a625a3145addf41d490d7aa492c

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page