Skip to content

Commit fbb883d

Browse files
committed
Use mamba
1 parent e0eac25 commit fbb883d

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
@@ -8,7 +8,7 @@ RUN apt-get update -y && apt-get install libgl1 -y
88
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 && \
11-
pip install -U sqlite && \
11+
mamba update -c conda-forge sqlite -y && \
1212
jupyter server extension enable --sys-prefix jupyter_server_proxy && \
1313
fix-permissions "${CONDA_DIR}" && \
1414
fix-permissions "/home/${NB_USER}"

0 commit comments

Comments
 (0)