From 1157a6c8df545f70e7859aaa48f4c810fa15f4fe Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 17 Nov 2024 21:05:04 -0500 Subject: [PATCH] Pin sam2 version in Dockerfile (#371) * Pin sam2 version in Dockerfile * Update sam2 version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53d2a359..77888f30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ USER root RUN apt-get update -y && apt-get install libgl1 -y USER 1000 -RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial -y && \ +RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial sam2==0.4.1 -y && \ pip install -U segment-geospatial jupyter-server-proxy backports.tarfile && \ jupyter server extension enable --sys-prefix jupyter_server_proxy && \ fix-permissions "${CONDA_DIR}" && \