Problem
It can take several minutes (10+) to pull the Docker image to the runner instance depending on the image size and network speed. Currently, dstack only shows that the job status is pulling, but it is not clear how long it will take, and the user may start to doubt that there is any progress at all.
Solution
Show the pull progress in dstack apply and dstack ps.
NAME BACKEND RESOURCES PRICE STATUS SUBMITTED
llama31 aws (us-east-1) 4xCPU, 16GB, 1xL4 (24GB), 100.0GB (disk), SPOT $0.2709 pulling (13%) 1 min ago
This will probably only be possible with VM-based backends.
Workaround
No response
Would you like to help us implement this feature by sending a PR?
Yes
Problem
It can take several minutes (10+) to pull the Docker image to the runner instance depending on the image size and network speed. Currently,
dstackonly shows that the job status ispulling, but it is not clear how long it will take, and the user may start to doubt that there is any progress at all.Solution
Show the pull progress in
dstack applyanddstack ps.NAME BACKEND RESOURCES PRICE STATUS SUBMITTED llama31 aws (us-east-1) 4xCPU, 16GB, 1xL4 (24GB), 100.0GB (disk), SPOT $0.2709 pulling (13%) 1 min agoThis will probably only be possible with VM-based backends.
Workaround
No response
Would you like to help us implement this feature by sending a PR?
Yes