Commit graph

9 commits

Author SHA1 Message Date
Candice Bentéjac
d277d79feb [docker] Remove QmlAlembic build and references to it 2023-07-25 12:29:05 +02:00
Candice Bentéjac
b07751d4bd [docker] Copy missing libassimpsceneimport.so
`libassimpsceneimport.so` is missing from Qt 5.15.2 and must therefore
be added manually. Without it, there will be no OBJ files support in the
3D Viewer.
2023-07-05 13:48:56 +02:00
Candice Bentéjac
15d072798c [docker] Qt5.15: Update CentOS docker 2023-07-04 12:10:18 +02:00
Fabien Castan
30c7105046 [docker] remove some files from default install 2023-03-27 13:57:54 +02:00
Fabien Castan
99c4ed6dd3 [docker] build plugins first and then install meshroom 2023-03-27 13:57:54 +02:00
Fabien Castan
261cab5c28 [docker] add CMAKE_PREFIX_PATH 2023-03-27 13:57:53 +02:00
Loïc Vital
d78c42db4d remove references to qtOIIO plugin in build and install process 2022-12-13 12:59:31 +01:00
Fabien Castan
6df6275a95 [docker] add AliceVision bundle 2020-09-09 19:43:01 +02:00
Alastair D'Silva
f934cb4454 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>
2020-09-09 16:46:34 +02:00