Skip to content

Commit

Permalink
Merge pull request #73 from HumanCellAtlas/FT-FixedRequirements
Browse files Browse the repository at this point in the history
Ft fixed requirements , and dockerfile
  • Loading branch information
Fab-T committed Feb 26, 2020
2 parents f2ee5ea + 66c2790 commit a4bd5e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#files ignored when building docker image
*/*/test
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ LABEL maintainer="Ambrose J. Carr <acarr@broadinstitute.org>" \
software="python 3.6.2" \
description="python 3.6.2 with pysam, sctools, requests, and a basic science stack"

COPY requirements.txt .
RUN pip3 install -r requirements.txt

WORKDIR usr/local/bin/sctools

COPY . .

RUN pip3 install .
COPY src/sctools .

0 comments on commit a4bd5e6

Please sign in to comment.