-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[docker] Add Dockerfiles for Rocky 9 and handle Qt 6 installation #2626
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2626 +/- ##
========================================
Coverage 69.89% 69.90%
========================================
Files 121 121
Lines 7076 7078 +2
========================================
+ Hits 4946 4948 +2
Misses 2130 2130 ☔ View full report in Codecov by Sentry. |
Thank you for this great PR. I am new to Meshroom, I would like to know more about the Docker infrastructure design and eventually contribute to the project as well. For AliceVision and Meshroom, why are we using a Why not directly include those calls in the I am happy to create a PR if needed. |
Why not add the environment variables inside the docker as well? export ALICEVISION_ROOT=/opt/AliceVision_install
export ALICEVISION_SENSOR_DB=/opt/AliceVision_install/share/aliceVision/cameraSensors.db
export ALICEVISION_VOCTREE=/opt/AliceVision_install/share/aliceVision/vlfeat_K80L3.SIFT.tree
export ALICEVISION_SPHERE_DETECTION_MODEL=/opt/AliceVision_install/share/aliceVision/sphereDetection_Mask-RCNN.onnx
export ALICEVISION_SEMANTIC_SEGMENTATION_MODEL=/opt/AliceVision_install/share/aliceVision/fcn_resnet50.onnx
export PATH=$PATH:/opt/AliceVision_install/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/AliceVision_install/lib |
Description
This PR updates the Dockerfiles for Meshroom as follows:
Features list