From 3adba641377463c85ba83d4b6acbd025f53a7c13 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 25 Nov 2024 23:55:55 -0500 Subject: [PATCH] Use pip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e75df0f8..3826b097 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ USER 1000 RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial sam2==0.4.1 -y && \ pip install -U segment-geospatial jupyter-server-proxy && \ jupyter server extension enable --sys-prefix jupyter_server_proxy && \ - mamba update -c conda-forge sqlite -y && \ + pip install -U sqlite && \ fix-permissions "${CONDA_DIR}" && \ fix-permissions "/home/${NB_USER}"