From 68577a39370a0316804dd2c76acc28511a06ccb4 Mon Sep 17 00:00:00 2001 From: hasan7n Date: Thu, 31 Oct 2024 23:08:33 +0000 Subject: [PATCH] use fixed hashes for openfl and nnunet installations --- examples/fl_post/fl/build.sh | 2 +- examples/fl_post/fl/project/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fl_post/fl/build.sh b/examples/fl_post/fl/build.sh index 65b2c633f..b4521e9a1 100755 --- a/examples/fl_post/fl/build.sh +++ b/examples/fl_post/fl/build.sh @@ -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 diff --git a/examples/fl_post/fl/project/requirements.txt b/examples/fl_post/fl/project/requirements.txt index 8f03308f9..569eaf802 100644 --- a/examples/fl_post/fl/project/requirements.txt +++ b/examples/fl_post/fl/project/requirements.txt @@ -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