Skip to content

Commit

Permalink
use fixed hashes for openfl and nnunet installations
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Oct 31, 2024
1 parent 11fd6e7 commit 68577a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/fl_post/fl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BUILD_BASE="${BUILD_BASE:-false}"
if ${BUILD_BASE}; then
git clone https://github.com/hasan7n/openfl.git
cd openfl
git checkout d0f6df8ea91e0eaaeabf0691caf0286162df5bd7
git checkout b5e26ac33935966800b6a5b61e85b823cc68c4da
docker build -t local/openfl:local -f openfl-docker/Dockerfile.base .
cd ..
rm -rf openfl
Expand Down
2 changes: 1 addition & 1 deletion examples/fl_post/fl/project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
onnx==1.13.0
typer==0.9.0
git+https://github.com/brandon-edwards/nnUNet_v1.7.1_local.git@main#egg=nnunet
git+https://github.com/brandon-edwards/nnUNet_v1.7.1_local.git@077f4852c81da1d1e1141547cbd09ac68ade4b5b#egg=nnunet
numpy==1.26.4

0 comments on commit 68577a3

Please sign in to comment.