Skip to content

Commit 073a306

Browse files
committed
added scanpy to Dockerfile
1 parent 5ad3041 commit 073a306

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ RUN apt-get update && \
1111
USER $NB_UID
1212

1313
# Install Python 3 packages
14+
RUN conda install --quiet --yes -c bioconda \
15+
'scanpy=1.7.*'
16+
1417
RUN conda install --quiet --yes \
1518
'matplotlib-base=3.4.*' \
1619
'pandas=1.2.*' \

0 commit comments

Comments
 (0)