From 1f2f95d5ad4081bd55ebd0fe146953d83f0a4619 Mon Sep 17 00:00:00 2001 From: Hovstadius <115700333+Hovstadius@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:23:15 +0100 Subject: [PATCH] Docs/SK-1172 | Comment in fedn.yaml mnist-pytorch example (#736) --- examples/mnist-pytorch/client/fedn.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/mnist-pytorch/client/fedn.yaml b/examples/mnist-pytorch/client/fedn.yaml index 30873488b..ce9af3ea9 100644 --- a/examples/mnist-pytorch/client/fedn.yaml +++ b/examples/mnist-pytorch/client/fedn.yaml @@ -1,4 +1,6 @@ -python_env: python_env.yaml +# Remove the python_env tag below to handle the environment manually +python_env: python_env.yaml + entry_points: build: command: python model.py