Cloud-CV / evalai-cli

:cloud: :rocket: Official EvalAI Command Line Tool
https://cli.eval.ai
BSD 3-Clause "New" or "Revised" License
55 stars 63 forks source link

Fix Progress bar for uploading a docker image. #229

Open KhalidRmb opened 4 years ago

KhalidRmb commented 4 years ago

Current behavior: When pushing a docker image using evalai-cli, a new progress bar appears for every incremental progress in the uploading process (Can be seen in the terminal when uploading the image).

image

Expected: The task is to ensure that the progress bar is shown in a single line.