We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f741c8 commit 956f644Copy full SHA for 956f644
Dockerfile
@@ -3,11 +3,12 @@ LABEL maintainer="Qiusheng Wu"
3
LABEL repo="https://github.com/opengeos/segment-geospatial"
4
5
USER root
6
-RUN apt-get update -y && apt-get install libgl1 -y
+RUN apt-get update -y && apt-get install libgl1 sqlite3 -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 && \
11
+ 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