Skip to content

Commit 30c7105

Browse files
committed
[docker] remove some files from default install
1 parent 99c4ed6 commit 30c7105

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/Dockerfile_centos

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ COPY ./bin ${MESHROOM_DEV}/bin
4444

4545
WORKDIR ${MESHROOM_DEV}
4646

47-
RUN source scl_source enable rh-python36 && python setup.py install_exe -d "${MESHROOM_BUNDLE}" && \
47+
# 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}" && \
4852
find ${MESHROOM_BUNDLE} -name "*Qt5Web*" -delete && \
4953
find ${MESHROOM_BUNDLE} -name "*Qt5Designer*" -delete && \
5054
rm -rf ${MESHROOM_BUNDLE}/lib/PySide2/typesystems/ \

0 commit comments

Comments
 (0)