-
Notifications
You must be signed in to change notification settings - Fork 313
Feature/docker #105
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
base: main
Are you sure you want to change the base?
Feature/docker #105
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;
