Skip to content

Commit

Permalink
add pandas to chopgo
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswyatt1 committed Oct 25, 2024
1 parent 4fac164 commit 116161f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-chopgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
#When updating images change image tag below to correspond to changes
env:
IMAGE_NAME: chopgo
IMAGE_TAG: r-4.3.2_python-3_perl-5.38
IMAGE_TAG: r-4.3.2_python-3.10_perl-5.38_pandas

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion chopgo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rocker/r-base:4.3.1

RUN apt-get update && \
apt-get install -y python3 wget procps libcurl4-openssl-dev libssl-dev perl && \
apt-get install -y python3 python3-pip python3-pandas wget procps libcurl4-openssl-dev libssl-dev perl && \
apt-get clean -y && rm -rf /var/lib/apt/lists/*

RUN Rscript -e "install.packages(c('BiocManager', 'devtools', 'dplyr', 'tidyr','readxl', 'writexls', 'plyr', 'gdata', 'pheatmap', 'ashr', 'ggplot2', 'ggstar', 'scatterpie', 'scales'))"
Expand Down

0 comments on commit 116161f

Please sign in to comment.