Skip to content

Commit

Permalink
Align graminize process with setup documentation (#695)
Browse files Browse the repository at this point in the history
Per fix for #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 <[email protected]>
  • Loading branch information
DL8 authored Jan 24, 2023
1 parent 4abfad2 commit 20519fa
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 20519fa

Please sign in to comment.