You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 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 apply
anddstack 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
The text was updated successfully, but these errors were encountered: