Doubt about results.json file ¶
By: vcasellesb on July 22, 2023, 10:31 a.m.
Hi! My algorithm is working ok, but during the execution of the script test.sh, there is a step I don't know what it does or how to perform it. It's the following:
docker run --rm \
-v toothfairy_algorithm-output-$VOLUME_SUFFIX:/output/ \
python:3.10-slim cat /output/results.json | python -m json.tool
This gives an error:
cat: /output/results.json: No such file or directory
Since there is no /output/results.json in the docker container. What is this file (results.json)? Should I generate it? What should it contain?
Thank you! Vicent Caselles