Skip to content

Commit

Permalink
Fix git issue
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 18, 2024
1 parent 5104104 commit 7372c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM jupyter/base-notebook:latest

USER root
RUN apt-get update && apt-get install -y git

RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

RUN apt-get update && apt-get install -y git

COPY requirements.txt .
RUN pip install -r requirements.txt

Expand Down

0 comments on commit 7372c43

Please sign in to comment.