Skip to content

Commit 3adba64

Browse files
committed
Use pip
1 parent 55bbce2 commit 3adba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ USER 1000
99
RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial sam2==0.4.1 -y && \
1010
pip install -U segment-geospatial jupyter-server-proxy && \
1111
jupyter server extension enable --sys-prefix jupyter_server_proxy && \
12-
mamba update -c conda-forge sqlite -y && \
12+
pip install -U sqlite && \
1313
fix-permissions "${CONDA_DIR}" && \
1414
fix-permissions "/home/${NB_USER}"
1515

0 commit comments

Comments
 (0)