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 55bbce2 commit 3adba64Copy full SHA for 3adba64
Dockerfile
@@ -9,7 +9,7 @@ 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
jupyter server extension enable --sys-prefix jupyter_server_proxy && \
12
- mamba update -c conda-forge sqlite -y && \
+ pip install -U sqlite && \
13
fix-permissions "${CONDA_DIR}" && \
14
fix-permissions "/home/${NB_USER}"
15
0 commit comments