nelhage / llama

Apache License 2.0
584 stars 24 forks source link

Wait until update finishes before deploying an image #65

Closed zhihaoy closed 1 year ago

zhihaoy commented 1 year ago

Example:

$ llama update-function -tag lichray/llama-gcc12:latest gcc
2023/02/16 23:52:49 Updating function gcc...
2023/02/16 23:53:17 Deploying function gcc...

Closes: #64

nelhage commented 1 year ago

I should warn you that I haven't been working on llama lately and don't have much time for it these days, so while I'll happily merge straightforward PRs I don't have a ton of bandwidth for code review or addressing issues. Happy to hear you're playing with it, though.