Skip to content

Commit

Permalink
Merge branch 'securefederatedai:develop' into straggler-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ishant162 authored Aug 29, 2024
2 parents 55f71fd + fc5c905 commit 20073e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openfl-docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN --mount=type=cache,id=apt-dev,target=/var/cache/apt \
build-essential \
--no-install-recommends && \
rm -rf /var/lib/apt/lists/*
RUN apt-get purge -y linux-libc-dev

# Create an unprivileged user.
RUN groupadd -g 1001 default && \
Expand All @@ -35,4 +36,4 @@ RUN pip install --no-cache-dir -U pip setuptools wheel && \
# Download thirdparty licenses.
RUN INSTALL_SOURCES=yes /home/openfl/openfl-docker/licenses.sh

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 20073e5

Please sign in to comment.