Spaces:
Runtime error
Runtime error
Jonathan Marokhovsky
commited on
Commit
·
826c1e4
1
Parent(s):
6ef009d
Formatting changes to the Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,9 +9,9 @@ RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
|
|
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
|
|
|
9 |
COPY requirements.txt .
|
10 |
RUN pip install -r requirements.txt
|
11 |
|
|
|
12 |
RUN mkdir ./pages
|
13 |
COPY /pages ./pages
|
14 |
+
|
15 |
ENV PROJ_LIB='/opt/conda/share/proj'
|
16 |
|
17 |
USER root
|