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 e0eac25 commit fbb883dCopy full SHA for fbb883d
Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update -y && apt-get install libgl1 -y
8
USER 1000
9
RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial sam2==0.4.1 -y && \
10
pip install -U segment-geospatial jupyter-server-proxy && \
11
- pip install -U sqlite && \
+ mamba update -c conda-forge sqlite -y && \
12
jupyter server extension enable --sys-prefix jupyter_server_proxy && \
13
fix-permissions "${CONDA_DIR}" && \
14
fix-permissions "/home/${NB_USER}"
0 commit comments