mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[docker] remove some files from default install
This commit is contained in:
parent
99c4ed6dd3
commit
30c7105046
1 changed files with 5 additions and 1 deletions
|
@ -44,7 +44,11 @@ COPY ./bin ${MESHROOM_DEV}/bin
|
|||
|
||||
WORKDIR ${MESHROOM_DEV}
|
||||
|
||||
RUN source scl_source enable rh-python36 && python setup.py install_exe -d "${MESHROOM_BUNDLE}" && \
|
||||
# remove from default install
|
||||
RUN rm meshroom/submitters/ripple* meshroom/submitters/simpleFarm*
|
||||
|
||||
RUN source scl_source enable rh-python36 && \
|
||||
python setup.py install_exe -d "${MESHROOM_BUNDLE}" && \
|
||||
find ${MESHROOM_BUNDLE} -name "*Qt5Web*" -delete && \
|
||||
find ${MESHROOM_BUNDLE} -name "*Qt5Designer*" -delete && \
|
||||
rm -rf ${MESHROOM_BUNDLE}/lib/PySide2/typesystems/ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue