Fabien Castan
cdf6228c7f
[docker] fix indentation
2025-07-04 14:19:57 +02:00
Fabien Castan
61bc2242d3
[docker] use progress=plain
2025-07-04 14:19:15 +02:00
Fabien Castan
971150e278
[docker] avoid docker cache invalidation
...
We copy setup.py later to only invalidate when needed
2025-07-04 14:17:34 +02:00
Candice Bentéjac
650d4d1898
[docker] Remove installation of mrSegmentation from Dockerfiles
...
The installation of plugins will be handled separately, and not directly
in Meshroom's images.
2025-06-25 11:15:02 +02:00
Candice Bentéjac
71597c4266
[docker] Update Dockerfiles with Qt 6.8.3
2025-06-24 15:20:49 +02:00
Candice Bentéjac
5cb5ec5b1d
[docker] Update Dockerfiles
2025-06-24 08:39:38 +01:00
Candice Bentéjac
3d55571e6d
[docker] Add installation of meshroomNodes and the NN models
2025-06-18 12:56:14 +02:00
Candice Bentéjac
87b61f7c97
[docker] Remove Dockerfiles and scripts for CentOS 7
2025-06-18 12:56:13 +02:00
Candice Bentéjac
a679ce4016
[docker] Add Rocky 9 Dockerfiles for Meshroom
2025-06-18 12:56:12 +02:00
Candice Bentéjac
0e1c24b5f0
[docker] Update Dockerfiles for Ubuntu to run on 22.04 and use Qt6.6.3
2025-06-18 12:56:11 +02:00
Candice Bentéjac
0e00dd49dc
[docker] Fix link to download libassimpsceneimport.so
in Docker images
2024-02-01 16:19:17 +01:00
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
313c7cd566
[docker] Fix headless Qt installation
2023-07-05 13:43:05 +02:00
Candice Bentéjac
8db25a6f89
[docker] Remove non-interactive Qt installer script
...
Qt installation within the dockers is directly handled with command-line
parameters of the installer itself.
2023-07-04 12:10:27 +02:00
Candice Bentéjac
8fa48e8444
[docker] Qt5.15: Update Ubuntu docker
2023-07-04 12:10:26 +02:00
Candice Bentéjac
15d072798c
[docker] Qt5.15: Update CentOS docker
2023-07-04 12:10:18 +02:00
Candice Bentéjac
d7e3003aa5
Merge pull request #1951 from rakhnin/develop
...
Update build-ubuntu.sh
2023-06-28 11:35:11 +02:00
Andriy Rakhnin
38e96727e7
Update build-ubuntu.sh
...
fix build ubuntu
2023-04-02 14:39:11 -05: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
98983b01da
[docker] update extract.sh
2023-03-27 13:57:53 +02:00
Fabien Castan
2904a9067e
[docker] add log for dockerhub
2023-03-27 13:57:53 +02:00
Fabien Castan
261cab5c28
[docker] add CMAKE_PREFIX_PATH
2023-03-27 13:57:53 +02:00
Fabien Castan
1ca3eaa17f
[docker] download qt without certificate
2023-03-27 13:57:53 +02:00
Fabien Castan
1a81d6e89b
[docker] move to cuda-11.3.1
2023-03-27 13:57:52 +02:00
Fabien Castan
ceb6d86185
[docker] minor update to logs
2023-03-27 13:57:52 +02:00
Fabien Castan
581cdf6f84
[docker] rename var
2023-02-01 13:01:49 +00:00
Loïc Vital
d78c42db4d
remove references to qtOIIO plugin in build and install process
2022-12-13 12:59:31 +01:00
Candice Bentéjac
2c216b9f08
[docker] Remove Dockerfiles for Python 2
2022-12-05 17:16:22 +01:00
Fabien Castan
7a722ddeaf
[docker] update python2 installation
2021-02-26 00:52:51 +01:00
Fabien Castan
0dc8877053
[docker] remove useless file copy
...
Used later, but it should not invalidate to early.
2020-10-09 00:26:57 +02:00
Fabien Castan
6df6275a95
[docker] add AliceVision bundle
2020-09-09 19:43:01 +02:00
Fabien Castan
a4638acb13
[docker] update dockerfile for python2
...
- move to docker folder
- split between deps and meshroom
- new extract files script
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
Fabien Castan
0fe454726d
[docker] update to qt 5.14 and split build of dependencies
2020-03-20 19:51:18 +01:00
Fabien Castan
94c8c15b01
[docker] update to Qt 5.13
2019-08-07 10:25:11 +02:00
Fabien Castan
caff4c06ba
[docker] Update Qt from 5.11.0 to 5.11.1
2019-02-27 19:21:12 +01:00
Fabien Castan
447bb5a5c2
[docker] add centos Dockerfile and cmake files to build plugins
2018-08-07 10:13:54 +00:00