Skip to content

Commit

Permalink
docker: add base pyannote/core image
Browse files Browse the repository at this point in the history
  • Loading branch information
hbredin committed Oct 30, 2014
1 parent f8e2a2d commit 21a2a20
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM stackbrew/ubuntu:12.04
MAINTAINER Hervé Bredin <[email protected]>

RUN apt-get update
RUN apt-get install -y python-pip python-dev build-essential
RUN apt-get install -y gfortran libblas-dev liblapack-dev

ADD . /src
RUN pip install /src

CMD ['python']

0 comments on commit 21a2a20

Please sign in to comment.