Skip to content

Commit a113f3b

Browse files
committed
installing from specific commit
1 parent 294826f commit a113f3b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

micro-sam/1.1.1/Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ USER root
3737
# clone the repository and install the package
3838
RUN git clone https://github.com/computational-cell-analytics/micro-sam.git \
3939
&& cd micro-sam \
40-
&& pip install -e .
40+
&& git checkout 9b055c3 \
41+
&& pip install -e .
42+
43+
44+
45+
46+

0 commit comments

Comments
 (0)