Skip to content

Commit

Permalink
Reverted fedn.yaml in example
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhellander committed Nov 21, 2023
1 parent e229fd0 commit ac5cda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mnist-pytorch/client/fedn.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
entry_points:
train:
command: python entrypoint train $ENTRYPOINT_OPTS
command: /venv/bin/python entrypoint train $ENTRYPOINT_OPTS
validate:
command: python entrypoint validate $ENTRYPOINT_OPTS
command: /venv/bin/python entrypoint validate $ENTRYPOINT_OPTS

0 comments on commit ac5cda9

Please sign in to comment.