Skip to content
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

Building ODM with Docker: Bundler issue #35

Closed
alex-aerial opened this issue Mar 20, 2016 · 0 comments
Closed

Building ODM with Docker: Bundler issue #35

alex-aerial opened this issue Mar 20, 2016 · 0 comments

Comments

@alex-aerial
Copy link

I'm on Ubuntu 14.04 LTS, and have an issue with Bundler.

The Docker build gets just past configuring and building Ceres, and then:

...

ceres
- configuring ceres
- building ceres
< done - Sun Mar 20 21:44:16 UTC 2016

bundler
./install.sh: line 407: cd: /code/src/bundler: No such file or directory
The command '/bin/sh -c ./install.sh && chown -R odm:odm /code' returned a non-zero code: 1

What I had to do to make it work was add the following to line 193 of install.sh:

git clone https://github.com/snavely/bundler_sfm.git $BUNDLER_PATH

The script defines $BUNDLER_PATH and related variables, but never fetches the archive, which starts at line 167.

The script finished, and it is behaving thus far on some sample datasets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant