Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Dataset doesn't tell the user that it's downloading an MLCube #519

Open
aristizabal95 opened this issue Jan 8, 2024 · 4 comments
Open
Assignees
Labels
component: client issues regarding the CLI project: RANO

Comments

@aristizabal95
Copy link
Contributor

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

@VukW
Copy link
Contributor

VukW commented Jan 23, 2024

#524

@VukW
Copy link
Contributor

VukW commented Feb 19, 2024

Another approach with printing via UI instead of writing mlcube logs directly to stdout:
#541

@VukW VukW closed this as completed Feb 19, 2024
@VukW VukW reopened this Feb 19, 2024
@VukW
Copy link
Contributor

VukW commented Feb 23, 2024

A fix to support displaying dynamic lines (i.e. ones that ends with \r instead of \n): #545

@VukW
Copy link
Contributor

VukW commented Feb 23, 2024

An improvement to hide exaustive docker cli hints from docker output: #546

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: client issues regarding the CLI project: RANO
Projects
None yet
Development

No branches or pull requests

2 participants