Skip to content
Snippets Groups Projects
Verified Commit b300770d authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kb: add libcurl to dockerfile

parent 0d30c103
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,10 @@ FROM python:3.9-slim
ENV KB_VERSION="0.26.3"
RUN apt update && apt install -y procps && pip3 install kb-python==${KB_VERSION} gffutils==0.10.1
RUN apt update && apt install -y procps make gcc zlib1g-dev libbz2-dev libcurl4 liblzma-dev \
&& pip install --upgrade pip \
&& pip3 install anndata h5py Jinja2 loompy nbconvert nbformat ngs-tools numpy pandas plotly scanpy scikit-learn tqdm \
&& pip3 install kb-python==${KB_VERSION} gffutils
COPY t2g.py /usr/bin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment