Problem with building the docker #601
-
I have tried building the docker file using the given commands across four different linux installations. Pop_os, Ubuntu 24, Fedora 40and Debian12 doc(all latest versions). I am getting the same error on step 18/20. docker versions is 26,1,3 build b27abbb ERROR: failed to solve: process "/bin/sh -c set -x && git clone https://github.com/stella-cv/stella_vslam_examples.git && cd stella_vslam_examples && git checkout -q ${EXAMPLES_COMMIT} && git submodule update --init --recursive && mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} -DUSE_STACK_TRACE_LOGGER=ON .. && make -j${NUM_THREADS}" did not complete successfully: exit code: 2 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
It did not reproduce. Mention is not required. |
Beta Was this translation helpful? Give feedback.
See #605