-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull Access denied for orbslam #2
Comments
Hi, @schroeder-dewitt |
same problem here also |
The key error is here: ADD failed: stat /var/lib/docker/tmp/docker-builder636356349/install/ssh-keys: no such file or directory A quick google search revealed that this is a common problem with the latest docker, on account of paths now needing to be relative as opposed to absolute, in the latest docker version. For example this and this issue. I therefore simply removed nvidia-docker2 and reinstalled nvidia-docker1. I also manually created the directory install/ssh-keys manually inside the pyORBSLAM2 directory. This seems to have fixed this particular error for me. |
This is because you don't have ssh-keys generated locally inside install/. |
Hi, thanks for setting up this repo, much appreciated!
Unfortunately though when I go to run
sudo ./run.sh
I get the following error:I've tried exporting SPASSWORD=source, but still doesn't seem to work.
Can you advise?
Thanks!
The text was updated successfully, but these errors were encountered: