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 was mentioned that support for Rancher was fixed in a prior release, but I'm running the tutorial project in 0.0.34 and it fails right out of the gate
Failed to start project studio
Error invoking remote method 'up': ExecaError: Command failed with exit code 1: docker compose --project-directory /Users/[redacted]/Workspace/langchain-academy/module-1/studio --project-name studio-[redacted] -f - up --remove-orphans --watch
langgraph-postgres Pulling
langgraph-redis Pulling
error getting credentials - err: exec: "docker-credential-osxkeychain": executable file not found in $PATH, out: ``
Rancher is correctly symlinked: sudo ln -sf "/Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/docker" /usr/local/bin/docker
I've verified in terminal that docker-credential-osxkeychain works as expected, and that I am logged in with working Docker Hub creds
The text was updated successfully, but these errors were encountered:
It was mentioned that support for Rancher was fixed in a prior release, but I'm running the tutorial project in 0.0.34 and it fails right out of the gate
Rancher is correctly symlinked:
sudo ln -sf "/Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/docker" /usr/local/bin/docker
I've verified in terminal that
docker-credential-osxkeychain
works as expected, and that I am logged in with working Docker Hub credsThe text was updated successfully, but these errors were encountered: