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
I am new to brev and wanted to check if it fits my needs, so I hoped right in and ordered a spot instance for a T4 GPU with spot pricing. This shall run ollama at some point, but at first, I failed to access the instance via shell.
I am running ubuntu22.04 with docker, and in docker I am running ubuntu22.04. I do that for any given new software if possible, just to get a feeling of it. That allows me to throw away the container if I don't like it.
Running brev-cli in docker throws this error
brev shell --host ollama-proto
⣯ waiting for instance to be ready... panic: runtime error: index out of range [1] with length 1 [recovered]
panic: runtime error: index out of range [1] with length 1
Which isn't that helpful. Took me a moment that the wrapped ssh-client was missing, which solves that. Do you mind adding this as a proper requirement or at least as a error message?
Thank you and kind regards
Tom
The text was updated successfully, but these errors were encountered:
Hello together,
I am new to brev and wanted to check if it fits my needs, so I hoped right in and ordered a spot instance for a T4 GPU with spot pricing. This shall run ollama at some point, but at first, I failed to access the instance via shell.
I am running ubuntu22.04 with docker, and in docker I am running ubuntu22.04. I do that for any given new software if possible, just to get a feeling of it. That allows me to throw away the container if I don't like it.
Running brev-cli in docker throws this error
Which isn't that helpful. Took me a moment that the wrapped ssh-client was missing, which solves that. Do you mind adding this as a proper requirement or at least as a error message?
Thank you and kind regards
Tom
The text was updated successfully, but these errors were encountered: