We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba00399 commit 48f563fCopy full SHA for 48f563f
Dockerfile
@@ -107,7 +107,7 @@ RUN /bin/bash -c "cmake -DCMAKE_BUILD_TYPE='Release' -DCMAKE_PREFIX_PATH='/OpenM
107
108
# Build TOPP tools and clean up.
109
RUN make -j4 TOPP
110
-RUN rm -rf src doc CMakeFiles
+# RUN rm -rf src doc CMakeFiles
111
112
# Build pyOpenMS wheels and install via pip.
113
RUN make -j4 pyopenms
0 commit comments