Skip to content

Commit

Permalink
Update Dockerfiles per PR comments
Browse files Browse the repository at this point in the history
Testing: re-created the images on the host for the self-hosted runner
and re-ran the onprem tests.
  • Loading branch information
sheriferson committed Dec 13, 2023
1 parent 8db3ac4 commit 0f777cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker/py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM python:3.11
RUN apt-get update \
&& apt-get install -y \
hdf5-tools \
curl
curl \
git-lfs \
&& rm -rf /var/lib/apt/lists/*

RUN curl https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash

RUN apt-get install git-lfs
RUN curl https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
8 changes: 4 additions & 4 deletions docker/py39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM python:3.9
RUN apt-get update \
&& apt-get install -y \
hdf5-tools \
curl
curl \
git-lfs \
&& rm -rf /var/lib/apt/lists/*

RUN curl https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash

RUN apt-get install git-lfs
RUN curl https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash

0 comments on commit 0f777cf

Please sign in to comment.