Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JPatrickPett committed Jan 26, 2025
1 parent 2260ad3 commit a6c7b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN Rscript -e 'install.packages(c("tidyr","plyr","readr","dplyr","tibble","futi
Rscript -e 'if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager"); BiocManager::install("qvalue")'

# python packages
RUN pip install --no-cache pandas pyarrow
RUN pip install --no-cache numpy pandas pyarrow scanpy pybiomart

# clapack
ENV CLAPACK_VER="3.2.1"
Expand Down

0 comments on commit a6c7b8f

Please sign in to comment.