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

Docker: add emase 0.10.16

parent 99c06a7a
No related branches found
Tags v2.0.0
No related merge requests found
FROM python:2.7
MAINTAINER Laurent Modolo
ENV EMASE_VERSION=0.10.16
RUN apt-get update \
&& apt-get install -y python-h5py \
&& pip install numpy==1.8.2 \
&& pip install numexpr==2.3.1 \
&& pip install cython>=0.13 \
&& pip install tables==3.1.0 \
&& pip install emase==${EMASE_VERSION}
CMD ["bash"]
#!/bin/sh
docker pull lbmc/emase:0.10.16
docker build src/.docker_modules/emase/0.10.16 -t 'lbmc/emase:0.10.16'
docker push lbmc/emase:0.10.16
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