Skip to content

Commit 48f563f

Browse files
committed
remove cleanup
1 parent ba00399 commit 48f563f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN /bin/bash -c "cmake -DCMAKE_BUILD_TYPE='Release' -DCMAKE_PREFIX_PATH='/OpenM
107107

108108
# Build TOPP tools and clean up.
109109
RUN make -j4 TOPP
110-
RUN rm -rf src doc CMakeFiles
110+
# RUN rm -rf src doc CMakeFiles
111111

112112
# Build pyOpenMS wheels and install via pip.
113113
RUN make -j4 pyopenms

0 commit comments

Comments
 (0)