From 21edded270d3bc9769fb27f22198d144b3ff1b6d Mon Sep 17 00:00:00 2001 From: "Shah, Karan" Date: Thu, 24 Oct 2024 09:43:34 +0530 Subject: [PATCH] Readable tag instead of commit hash Signed-off-by: Shah, Karan --- openfl-docker/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfl-docker/Dockerfile.base b/openfl-docker/Dockerfile.base index 610c051d07..0b5d746aca 100644 --- a/openfl-docker/Dockerfile.base +++ b/openfl-docker/Dockerfile.base @@ -31,7 +31,7 @@ WORKDIR /home/user ENV PATH=/home/user/.local/bin:$PATH # Install OpenFL. -ARG OPENFL_REVISION=https://github.com/securefederatedai/openfl.git@ad53a0fdbefde8bc18404b6ea4d48344956b96ee +ARG OPENFL_REVISION=https://github.com/securefederatedai/openfl.git@v1.6 RUN pip install --no-cache-dir -U pip setuptools wheel && \ pip install --no-cache-dir git+${OPENFL_REVISION} && \ INSTALL_SOURCES=yes /home/user/.local/lib/python3.10/site-packages/openfl-docker/licenses.sh