giswqs commited on
Commit
78c3e59
·
1 Parent(s): 94d4d76

Update permission

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -7,9 +7,6 @@ RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
7
  COPY requirements.txt .
8
  RUN pip install -r requirements.txt
9
 
10
- RUN apt-get update && apt-get install -y git
11
- RUN pip install -U git+https://github.com/giswqs/ipyleaflet.git@pmtiles
12
-
13
  RUN mkdir ./pages
14
  COPY /pages ./pages
15
 
@@ -17,6 +14,8 @@ ENV PROJ_LIB='/opt/conda/share/proj'
17
 
18
  USER root
19
  RUN chown -R ${NB_UID} ${HOME}
 
 
20
  USER ${NB_USER}
21
 
22
  EXPOSE 8765
 
7
  COPY requirements.txt .
8
  RUN pip install -r requirements.txt
9
 
 
 
 
10
  RUN mkdir ./pages
11
  COPY /pages ./pages
12
 
 
14
 
15
  USER root
16
  RUN chown -R ${NB_UID} ${HOME}
17
+ RUN apt-get update && apt-get install -y git
18
+ RUN pip install -U git+https://github.com/giswqs/ipyleaflet.git@pmtiles
19
  USER ${NB_USER}
20
 
21
  EXPOSE 8765