File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM quay.io/refgenomics/docker-scipy-notebook:v0.1.3
1
+ FROM quay.io/refgenomics/docker-scipy-notebook:v0.1.4
2
2
MAINTAINER Nick <nick@onecodex.com>
3
3
4
4
# Add jessie-backports repository, install bwa 0.7.13 and samtools 1.3.1
@@ -26,10 +26,10 @@ RUN pip install jupyter_contrib_nbextensions && \
26
26
jupyter nbextension enable python-markdown/main
27
27
28
28
# 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
30
30
31
31
# 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
33
33
34
34
# Run as unprivileged user 1000
35
35
USER 1000
You can’t perform that action at this time.
0 commit comments