Skip to content

Commit 345f772

Browse files
committed
update micro-sam installation
1 parent a113f3b commit 345f772

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

micro-sam/1.1.1/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ ENV PATH="$MAMBA_ROOT_PREFIX/bin:$PATH"
3535
USER root
3636

3737
# clone the repository and install the package
38-
RUN git clone https://github.com/computational-cell-analytics/micro-sam.git \
39-
&& cd micro-sam \
40-
&& git checkout 9b055c3 \
41-
&& pip install -e .
38+
RUN pip install git+https://github.com/computational-cell-analytics/micro-sam.git@9b055c3
39+
4240

4341

4442

0 commit comments

Comments
 (0)