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 7f741c8 commit ca07de7Copy full SHA for ca07de7
Dockerfile
@@ -7,7 +7,7 @@ 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==0.4.1 -y && \
10
- pip install -U segment-geospatial jupyter-server-proxy backports.tarfile && \
+ pip install -U segment-geospatial jupyter-server-proxy backports.tarfile pysqlite2 && \
11
jupyter server extension enable --sys-prefix jupyter_server_proxy && \
12
fix-permissions "${CONDA_DIR}" && \
13
fix-permissions "/home/${NB_USER}"
0 commit comments