Skip to content

Commit

Permalink
Fixing openpyxl image (#147)
Browse files Browse the repository at this point in the history
* Create openpyxl image

* adding backslash

* removing backslash

* removing whitespace

* removing things from .gitignore

* Updating syntax and images.toml

---------

Co-authored-by: amyminiter <amyminiter@users.noreply.github.com>
  • Loading branch information
michael-harper and amyminiter authored May 23, 2024
1 parent fd4f7a2 commit 47ed747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions images.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ haplocheckcli = '64293b3481d52025a01a293f6cc891546c30660e'
mitoreport = '1.1.0'
multipy = '0.16'
multiqc = '1.14'
openpyxl = '3.1.2'
outrider = '1.18.1'
peer = '1.3'
picard = '2.27.4'
Expand Down
3 changes: 2 additions & 1 deletion images/openpyxl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ARG VERSION=${VERSION}
ARG DRIVER_TAG="latest"

FROM australia-southeast1-docker.pkg.dev/analysis-runner/images/driver:$DRIVER_TAG
Expand All @@ -9,4 +10,4 @@ RUN apt-get update && \
rm -r /var/cache/apt/* && \
pip3 install --no-cache-dir \
pandas==2.2.1 \
openpyxl==3.1.2
openpyxl==${VERSION}

0 comments on commit 47ed747

Please sign in to comment.