Jonathan Marokhovsky commited on
Commit
c172a0b
·
1 Parent(s): 2459794

Fix the paste error

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -7,10 +7,11 @@ RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
7
  fix-permissions "/home/${NB_USER}"
8
 
9
  COPY requirements.txt .
 
10
 
11
- RUN mkdir ./pages
12
- COPY /pages ./pagesUN pip install -r requirements.txt
13
 
 
 
14
  ENV PROJ_LIB='/opt/conda/share/proj'
15
 
16
  USER root
 
7
  fix-permissions "/home/${NB_USER}"
8
 
9
  COPY requirements.txt .
10
+ RUN pip install -r requirements.txt
11
 
 
 
12
 
13
+ RUN mkdir ./pages
14
+ COPY /pages ./pages
15
  ENV PROJ_LIB='/opt/conda/share/proj'
16
 
17
  USER root