Skip to content

Commit d9a6a08

Browse files
Update for onecodex v0.2.4; use docker-scipy-notebook v0.1.4
1 parent 4093ca5 commit d9a6a08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/refgenomics/docker-scipy-notebook:v0.1.3
1+
FROM quay.io/refgenomics/docker-scipy-notebook:v0.1.4
22
MAINTAINER Nick <nick@onecodex.com>
33

44
# Add jessie-backports repository, install bwa 0.7.13 and samtools 1.3.1
@@ -26,10 +26,10 @@ RUN pip install jupyter_contrib_nbextensions && \
2626
jupyter nbextension enable python-markdown/main
2727

2828
# Install Python dependencies (Python 3 only)
29-
RUN pip install --no-cache awscli==1.10.58 biopython==1.68 seaborn==0.7.1 scikit-bio==0.5.1
29+
RUN pip install --no-cache awscli==1.10.58
3030

3131
# Install One Codex Python lib
32-
RUN pip install --no-cache onecodex==0.2.3
32+
RUN pip install --no-cache onecodex[all]==0.2.4
3333

3434
# Run as unprivileged user 1000
3535
USER 1000

0 commit comments

Comments
 (0)