Spaces:
Build error
Build error
jordancaraballo
commited on
Commit
·
79a119d
1
Parent(s):
032c1a0
Working on #26, fixing Dockerfile typo, adding packages for cartopy
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM jupyter/base-notebook:latest
|
2 |
-
|
3 |
-
RUN apt update && apt install -y git gcc build-essential libgeos-dev
|
4 |
|
5 |
#RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
|
6 |
# fix-permissions "${CONDA_DIR}" && \
|
|
|
1 |
FROM jupyter/base-notebook:latest
|
2 |
+
ENV DEBIAN_FRONTEND=noninteractive
|
3 |
+
RUN apt-get -y update && apt-get install -y git gcc build-essential libgeos-dev
|
4 |
|
5 |
#RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
|
6 |
# fix-permissions "${CONDA_DIR}" && \
|