[BUG] Dataset doesn't tell the user that it's downloading an MLCube
During dataset submission, we need to download the data preparation MLCube to make sure it can be executed correctly. While this is happening, we're not letting the user know, and instead we're leaving a blank stdout which might worry the user and make him think the command stalled.
Printing some useful information to the user using the interactive display could be useful
https://github.com/mlcommons/medperf/pull/524
Another approach with printing via UI instead of writing mlcube logs directly to stdout: https://github.com/mlcommons/medperf/pull/541
A fix to support displaying dynamic lines (i.e. ones that ends with \r instead of \n): https://github.com/mlcommons/medperf/pull/545
An improvement to hide exaustive docker cli hints from docker output: https://github.com/mlcommons/medperf/pull/546