Skip to content

Commit

Permalink
Pin sam2 version in Dockerfile (#371)
Browse files Browse the repository at this point in the history
* Pin sam2 version in Dockerfile

* Update sam2 version
  • Loading branch information
giswqs authored Nov 18, 2024
1 parent 93b6429 commit 1157a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}" && \
Expand Down

0 comments on commit 1157a6c

Please sign in to comment.