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

MACS2: add docker files

parent 24e11357
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:18.04
MAINTAINER Laurent Modolo
ENV MACS_VERSION=2.1.1.20160309
ENV PACKAGES git=1:2.17* \
build-essential=12.4* \
python-pip=9.0.1* \
ca-certificates=20180409 \
python-setuptools=39.0.1* \
python-dev=2.7* \
python-numpy=1:1.13* \
python-wheel=0.30.0* \
zlib1g-dev=1:1.2.11*
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
RUN pip install MACS2==${MACS_VERSION}
#!/bin/sh
docker build src/docker_modules/MACS2/2.1.0 -t 'macs2:2.1.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