We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c4ed6 commit 30c7105Copy full SHA for 30c7105
docker/Dockerfile_centos
@@ -44,7 +44,11 @@ COPY ./bin ${MESHROOM_DEV}/bin
44
45
WORKDIR ${MESHROOM_DEV}
46
47
-RUN source scl_source enable rh-python36 && python setup.py install_exe -d "${MESHROOM_BUNDLE}" && \
+# remove from default install
48
+RUN rm meshroom/submitters/ripple* meshroom/submitters/simpleFarm*
49
+
50
+RUN source scl_source enable rh-python36 && \
51
+ python setup.py install_exe -d "${MESHROOM_BUNDLE}" && \
52
find ${MESHROOM_BUNDLE} -name "*Qt5Web*" -delete && \
53
find ${MESHROOM_BUNDLE} -name "*Qt5Designer*" -delete && \
54
rm -rf ${MESHROOM_BUNDLE}/lib/PySide2/typesystems/ \
0 commit comments