Skip to content

Commit

Permalink
Update inference.py.j2
Browse files Browse the repository at this point in the history
Update header algorithm template
  • Loading branch information
chrisvanrun authored Nov 4, 2024
1 parent d138fc7 commit 51d2106
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ To run it locally, you can call the following bash script:

./do_test_run.sh

This will start the inference and reads from ./test/input and outputs to ./test/output
This will start the inference and reads from ./test/input and writes to ./test/output

To save the container and prep it for upload to Grand-Challenge.org you can call:

./do_save.sh

Any container that shows the same behavior will do, this is purely an example of how one COULD do it.
Any container that shows the same behaviour will do, this is purely an example of how one COULD do it.

Reference the documentation to get details on the runtime environment on the platform:
https://grand-challenge.org/documentation/runtime-environment/

Happy programming!
"""
Expand Down

0 comments on commit 51d2106

Please sign in to comment.