Skip to content

Commit 6caefa6

Browse files
authored
Update diapysef installation in Dockerfile
1 parent db79340 commit 6caefa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ PY
132132
RUN python -m pip install --no-cache-dir "easypqp==${EASYPQP_VERSION}"
133133

134134
# diapysef CLI
135-
RUN python -m pip install --no-cache-dir "diapysef==${DIAPYSEF_VERSION}"
135+
RUN python -m pip install --no-cache-dir diapysef
136136

137137
# Percolator built on the same base => ABI-compatible
138138
COPY --from=percolator-builder /opt/percolator /opt/percolator

0 commit comments

Comments
 (0)