Skip to content

Commit

Permalink
Align graminize process with setup documentation
Browse files Browse the repository at this point in the history
Per fix for securefederatedai#672, seup documentation was updated to upgrade pip,
setuptools and wheel. Align base Dockerfile used in graminize to reflect
this change

Signed-off-by: Lavi, Nir <nir.lavi@intel.com>
  • Loading branch information
DL8 committed Jan 17, 2023
1 parent 62c0759 commit cf19ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl-gramine/Dockerfile.gramine
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN --mount=type=cache,target=/root/.cache/ \
pip install --upgrade pip && \
pip install --upgrade pip setuptools wheel && \
pip install openfl

# install gramine
Expand Down

0 comments on commit cf19ce1

Please sign in to comment.