Sign inSign up

northwestwitch/python3.8-cyvcf2-venv

By northwestwitch

•Updated almost 5 years ago

An image based on python 3.8 with a virtual environment containing cyvcf2 v<0.10.0

Image
0

10K+

northwestwitch/python3.8-cyvcf2-venv repository overview

FROM python:3.8-slim

ENV PATH="/venv/bin:$PATH"

RUN apt-get update && \
    apt-get -y upgrade && \
    apt-get -y install -y --no-install-recommends gcc libc-dev libz-dev

# Install virtualenv
RUN pip install virtualenv
RUN virtualenv --seeder pip /venv

RUN pip install --no-cache-dir "cyvcf2<0.10.0"

Tag summary

Content type

Image

Digest

Size

175.4 MB

Last updated

almost 5 years ago

docker pull northwestwitch/python3.8-cyvcf2-venv