Skip to content

Commit e2fc0e9

Browse files
committed
Update sam2 version
1 parent cb19c28 commit e2fc0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USER root
66
RUN apt-get update -y && apt-get install libgl1 -y
77

88
USER 1000
9-
RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial sam2<1.0 -y && \
9+
RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial sam2==0.4.1 -y && \
1010
pip install -U segment-geospatial jupyter-server-proxy backports.tarfile && \
1111
jupyter server extension enable --sys-prefix jupyter_server_proxy && \
1212
fix-permissions "${CONDA_DIR}" && \

0 commit comments

Comments
 (0)