Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair D'Silva <alastair@d-silva.org>2020-08-28 03:03:23 +0300
committerFabien Castan <fabcastan@gmail.com>2020-09-09 17:46:34 +0300
commitf934cb4454e61f5410c86a2ba230600485450aae (patch)
tree4554c8b80ca7f22670b9766817f3c3f2e6d9a430 /.gitignore
parent8e24687c68797dc0b21482a8061e0381ff1a6e25 (diff)
Build working Meshroom images based on the latest Alicevision images
This patch builds upon the AliceVision PR: https://github.com/alicevision/AliceVision/pull/853 It ensures that Centos images build a functioning Meshroom, and also adds Ubuntu support. The Docker images support launch the GUI via ssh: docker run -it --runtime nvidia -p 2222:22 --name meshroom -v</path/to/your/data>:/data alicevision/meshroom:<meshroom branch/commit>-av<AliceVision branch/commit>-ubuntu20.04-cuda11.0 ssh -p 2222 -X root@<docker host> /opt/Meshroom_bundle/Meshroom # Password is 'meshroom' The following OS/CUDA versions are supported: CUDA_VERSION=11.0 UBUNTU_VERSION=20.04 CUDA_VERSION=11.0 UBUNTU_VERSION=18.04 CUDA_VERSION=10.2 UBUNTU_VERSION=18.04 CUDA_VERSION=9.2 UBUNTU_VERSION=18.04 CUDA_VERSION=10.2 CENTOS_VERSION=7 CUDA_VERSION=9.2 CENTOS_VERSION=7 To build all supported images: AV_VERSION=<AliceVision version> docker/build-all.sh Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8b8a6e96..737b6f29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,7 +25,7 @@ __pycache__
/scripts
/build
/dist
-/*.sh
+/dl
# tests
/.tests