evalai-cli
evalai-cli copied to clipboard
Fix Progress bar for uploading a docker image using CLI
I have fixed the progress bar for uploading a docker image using the CLI.
I did this by using "\r" at the end and flush=True to make sure that it refreshes the CLI every time instead of continuing on a new line
@pushkalkatara @KhalidRmb @vkartik97 I can only show you how my fix works. I can't test the actual function because as described below. Docker will hang and crash my system.
Here is how it works.
Ignore the time.sleep
part of it. It is just there to emulate a delayed process.
@vkartik97 I have issues with docker on my laptop. Can anyone else help me with this please?
@nsjcorps Can you please post the issue or error here?
@vkartik97 @Ram81 @khalidRmb My system can't carry the installation. The RAM is quite small. It would be highly appreciated if someone could help me review my work.
I can barely install docker. If I start up the server, my system will crash. I've tried. There are no other computers here for me to use.
@vkartik97 @Ram81 @KhalidRmb @pushkalkatara
Pushing images doesn't work on my computer. Even if it's from a cli application
@nsjcorps What's the issue? Are you still unable to install Docker?
The issue is that my laptop has a very small RAM so docker doesn't work on my system. If I even attempt to start it my system is going to shut it down @KhalidRmb
@KhalidRmb, That is why I am requesting that someone help me test the change I made as requested by @vkartik97
It would be highly appreciated
@pushkalkatara @KhalidRmb @vkartik97 I can only show you how my fix works. I can't test the actual function
Here is how it works.
Ignore the time.sleep
part of it. It is just there to emulate a delayed process.
Thank you very much