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 cb19c28 commit e2fc0e9Copy full SHA for e2fc0e9
Dockerfile
@@ -6,7 +6,7 @@ USER root
6
RUN apt-get update -y && apt-get install libgl1 -y
7
8
USER 1000
9
-RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial sam2<1.0 -y && \
+RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial sam2==0.4.1 -y && \
10
pip install -U segment-geospatial jupyter-server-proxy backports.tarfile && \
11
jupyter server extension enable --sys-prefix jupyter_server_proxy && \
12
fix-permissions "${CONDA_DIR}" && \
0 commit comments