Skip to content

Commit

Permalink
Update sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 26, 2024
1 parent 2e02522 commit 0eb4a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get update -y && apt-get install libgl1 -y

USER 1000
RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial sam2==0.4.1 -y && \
mamba update -c conda-forge sqlite -y && \
pip install -U segment-geospatial jupyter-server-proxy && \
jupyter server extension enable --sys-prefix jupyter_server_proxy && \
fix-permissions "${CONDA_DIR}" && \
Expand Down

0 comments on commit 0eb4a78

Please sign in to comment.