Conversation
…opencv using apt.
|
I pulled your branch and followed the instructions exactly with The failure happens at Dockerfile step 9/13, in the
|
|
thank you for checking. I will check it later.
…On Sun, Nov 23, 2025 at 21:54 Jesse Mehami ***@***.***> wrote:
*jmehami1* left a comment (rmurai0610/MASt3R-SLAM#105)
<#105 (comment)>
I pulled your branch and followed the instructions exactly with
docker compose up -d --build, but the image no longer builds.
The failure happens at Dockerfile step 9/13, in the conda run -n
mast3r-slam ... pip install ... && pip install -e thirdparty/mast3r ...
line. When pip tries to build curope from
thirdparty/mast3r/dust3r/croco/models/curope, the build backend errors with:
ModuleNotFoundError: No module named 'torch'
So inside the isolated build env used by pip, torch isn’t visible even
though it was installed earlier in the conda env. As a result, the Docker
command from the current instructions doesn’t succeed on a clean build.
—
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADESA3D7H2RO35JJ3Q4ZTX336GU7BAVCNFSM6AAAAACCE7UTWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKNRXHEZDKOJVGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
@jmehami1 Thak you for reporting that. I fixed it on my side. Please pull this branch and check the docker build. |
Objective
Create docker environment
Detail problems and solutions
I encountered many problems including no module named cv2, and buss error.
I summarize all the trials and solutions here: https://qiita.com/Mas-sensyn/items/2ffbe218051280ea5f16
Test
I tested using my own 5 min video. And confirmed it worked perfectly as below;
