8000 Fix ceres-solver folder name by f-fl0 · Pull Request #1501 · colmap/colmap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix ceres-solver folder name #1501

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

Merged
merged 1 commit into from
Apr 22, 2022
Merged

Fix ceres-solver folder name #1501

merged 1 commit into from
Apr 22, 2022

Conversation

f-fl0
Copy link
Contributor
@f-fl0 f-fl0 commented Apr 22, 2022

This PR fixes the following issue when trying to build the docker image:

./build.sh 
Sending build context to Docker daemon  239.6kB
Step 1/8 : FROM nvidia/cuda:11.6.0-devel-ubuntu20.04
 ---> 88f06c9c4dd4
Step 2/8 : ENV DEBIAN_FRONTEND=noninteractive
 ---> Using cache
 ---> e642ae3f706b
Step 3/8 : RUN apt-get update && apt-get install -y     git     cmake     build-essential     libboost-program-options-dev     libboost-filesystem-dev     libboost-graph-dev     libboost-system-dev     libboost-test-dev     libeigen3-dev     libsuitesparse-dev     libfreeimage-dev     libmetis-dev     libgoogle-glog-dev     libgflags-dev     libglew-dev     qtbase5-dev     libqt5opengl5-dev     libcgal-dev
 ---> Using cache
 ---> a77a22ace47f
Step 4/8 : RUN apt-get -y install     libatlas-base-dev     libsuitesparse-dev
 ---> Using cache
 ---> c9031a61c55d
Step 5/8 : RUN git clone https://github.com/ceres-solver/ceres-solver.git --tag 2.1.0
 ---> Using cache
 ---> 9064c456e9ec
Step 6/8 : RUN cd ceres-solver &&   mkdir build &&  cd build &&   cmake .. -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF &&  make -j4 &&   make install
 ---> Running in 1c0044ff599e
/bin/sh: 1: cd: can't cd to ceres-solver
The command '/bin/sh -c cd ceres-solver &&  mkdir build &&  cd build &&   cmake .. -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF &&  make -j4 &&   make install' returned a non-zero code: 2
root@c0175ae36593:/working# 

@ahojnnes ahojnnes merged commit c419bba into colmap:dev Apr 22, 2022
@ahojnnes
Copy link
Contributor

Thanks!

lucasthahn pushed a commit to tne-ai/colmap that referenced this pull request Aug 17, 2022
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

Successfully merging this pull request may close these issues.

2 participants
0