Skip to content

Commit

Permalink
Merge pull request #1089 from tanwarsh/17-Oct
Browse files Browse the repository at this point in the history
Fix for git related error for jupyter notebooks running from docker container
  • Loading branch information
rahulga1 authored Oct 17, 2024
2 parents ebfffcc + 8639604 commit 71397c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openfl-docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN --mount=type=cache,id=apt-dev,target=/var/cache/apt \
python3.10-dev \
ca-certificates \
build-essential \
git \
--no-install-recommends && \
rm -rf /var/lib/apt/lists/*
RUN apt-get purge -y linux-libc-dev
Expand Down

0 comments on commit 71397c1

Please sign in to comment.