Spaces:
Build error
Build error
jordancaraballo
commited on
Commit
·
341f78d
1
Parent(s):
42cae83
Fixing cartopy installation, adding pyproj
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -15,11 +15,12 @@ RUN python3 -m pip install --upgrade pip setuptools wheel
|
|
15 |
COPY requirements.txt .
|
16 |
RUN python3 -m pip install --upgrade pip setuptools wheel cython numpy pyshp six pyproj
|
17 |
RUN python3 -m pip install --upgrade --no-binary :all: shapely
|
18 |
-
RUN python3 -m pip install git+https://github.com/SciTools/cartopy.git --upgrade --no-binary :all: cartopy
|
|
|
19 |
|
20 |
RUN python3 -m pip install --no-cache-dir --compile -r requirements.txt
|
21 |
|
22 |
-
ENV PROJ_LIB='/opt/conda/share/proj'
|
23 |
|
24 |
#USER root
|
25 |
#RUN chown -R ${NB_UID} ${HOME}
|
|
|
15 |
COPY requirements.txt .
|
16 |
RUN python3 -m pip install --upgrade pip setuptools wheel cython numpy pyshp six pyproj
|
17 |
RUN python3 -m pip install --upgrade --no-binary :all: shapely
|
18 |
+
#RUN python3 -m pip install git+https://github.com/SciTools/cartopy.git --upgrade --no-binary :all: cartopy
|
19 |
+
RUN python3 -m pip install git+https://github.com/SciTools/cartopy.git --upgrade cartopy
|
20 |
|
21 |
RUN python3 -m pip install --no-cache-dir --compile -r requirements.txt
|
22 |
|
23 |
+
#ENV PROJ_LIB='/opt/conda/share/proj'
|
24 |
|
25 |
#USER root
|
26 |
#RUN chown -R ${NB_UID} ${HOME}
|