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

docker: add deeptools 3.5.0

parent 015419e5
No related branches found
No related tags found
No related merge requests found
FROM python:3.9-slim
MAINTAINER Lauret Modolo
ENV DEEPTOOLS_VERSION=3.5.0
RUN apt-get update -qq \
&& apt-get install --no-install-recommends --yes \
build-essential \
zlib1g-dev \
libbz2-dev \
liblzma-dev \
libcurl4-gnutls-dev \
libssl-dev \
libncurses5-dev
RUN pip3 install deeptools==${DEEPTOOLS_VERSION}
#!/bin/sh
docker pull lbmc/deeptools:3.5.0
docker build src/.docker_modules/deeptools/3.5.0 -t 'lbmc/deeptools:3.5.0'
docker push lbmc/deeptools:3.5.0
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