We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a113f3b commit 345f772Copy full SHA for 345f772
micro-sam/1.1.1/Dockerfile
@@ -35,10 +35,8 @@ ENV PATH="$MAMBA_ROOT_PREFIX/bin:$PATH"
35
USER root
36
37
# 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 .
+RUN pip install git+https://github.com/computational-cell-analytics/micro-sam.git@9b055c3
+
42
43
44
0 commit comments