There was an error while loading. Please reload this page.
1 parent db79340 commit 6caefa6Copy full SHA for 6caefa6
1 file changed
Dockerfile
@@ -132,7 +132,7 @@ PY
132
RUN python -m pip install --no-cache-dir "easypqp==${EASYPQP_VERSION}"
133
134
# diapysef CLI
135
-RUN python -m pip install --no-cache-dir "diapysef==${DIAPYSEF_VERSION}"
+RUN python -m pip install --no-cache-dir diapysef
136
137
# Percolator built on the same base => ABI-compatible
138
COPY --from=percolator-builder /opt/percolator /opt/percolator
0 commit comments