Skip to content

Commit cd7cb61

Browse files
committed
you know the drill
1 parent 86e3aa3 commit cd7cb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/cite-seq-count/Dockerfile-1.4.2-develop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN cd /tmp \
1313
&& wget https://github.com/hisplan/CITE-seq-Count/archive/${CITE_SEQ_COUNT_VERSION}.tar.gz \
1414
&& tar xvzf ${CITE_SEQ_COUNT_VERSION}.tar.gz \
1515
&& cd CITE-seq-Count-${CITE_SEQ_COUNT_VERSION} \
16-
&& pip3 install scikit-build
16+
&& pip3 install scikit-build \
1717
&& pip3 install .
1818

1919
ENTRYPOINT ["CITE-seq-Count"]

0 commit comments

Comments
 (0)