Skip to content

Commit ca07de7

Browse files
committed
Fix docker error
1 parent 7f741c8 commit ca07de7

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
@@ -7,7 +7,7 @@ RUN apt-get update -y && apt-get install libgl1 -y
77

88
USER 1000
99
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 && \
10+
pip install -U segment-geospatial jupyter-server-proxy backports.tarfile pysqlite2 && \
1111
jupyter server extension enable --sys-prefix jupyter_server_proxy && \
1212
fix-permissions "${CONDA_DIR}" && \
1313
fix-permissions "/home/${NB_USER}"

0 commit comments

Comments
 (0)