Skip to content

Commit

Permalink
Fixing openpyxl image again (#148)
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

* fixing version referencing in dockerfile

---------

Co-authored-by: amyminiter <[email protected]>
  • Loading branch information
michael-harper and amyminiter authored May 23, 2024
1 parent 47ed747 commit c5149d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/openpyxl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ARG VERSION=${VERSION}
ARG DRIVER_TAG="latest"

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

0 comments on commit c5149d8

Please sign in to comment.