Skip to content

Commit

Permalink
Create new image for openpyxl and pandas (#146)
Browse files Browse the repository at this point in the history
* Create openpyxl image

* adding backslash

* removing backslash

* removing whitespace

* removing things from .gitignore

---------

Co-authored-by: amyminiter <[email protected]>
Co-authored-by: Michael Harper <[email protected]>
  • Loading branch information
3 people authored May 23, 2024
1 parent 828d6a8 commit fd4f7a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions images/openpyxl/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ARG DRIVER_TAG="latest"

FROM australia-southeast1-docker.pkg.dev/analysis-runner/images/driver:$DRIVER_TAG

# hadolint ignore=DL3008,DL3013
RUN apt-get update && \
apt-get install -y --no-install-recommends cmake && \
rm -r /var/lib/apt/lists/* && \
rm -r /var/cache/apt/* && \
pip3 install --no-cache-dir \
pandas==2.2.1 \
openpyxl==3.1.2

0 comments on commit fd4f7a2

Please sign in to comment.