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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to use a Kamal
hookto run a command:kamal server exec "docker exec ollama ollama pull bge-m3".My
post-app-boothook is then:Unfortunately, this doesn't work because - I think - I use a password to connect to my server and not a SSH Key.
ERROR (Kamal::Cli::HookError): Hookpost-app-bootfailed: .kamal/hooks/post-app-boot exit status: 256 .kamal/hooks/post-app-boot stdout: Pulling model bge-m3 from Ollama... Running 'docker exec ollama ollama pull bge-m3' on 5.75.234.254... root@5.75.234.254's password: ERROR (Errno::ENOTTY): Exception while executing on host 5.75.234.254: Inappropriate ioctl for deviceI'd like to keep a password (and not an SSH key) to log in my server.
Is it possible then to fix the error?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions