From c7a0ca9deab832bddaa8796d9f79dbca8c8fc259 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 29 Apr 2019 11:52:39 -0400 Subject: [PATCH] Added rasterio package --- Dockerfile | 4 +++- configure.sh | 4 +++- portable.Dockerfile | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb289250..906432bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,9 @@ RUN pip install -U \ scipy \ shapely \ xmltodict \ - https://github.com/OpenDroneMap/gippy/archive/numpyfix.zip + https://github.com/OpenDroneMap/gippy/archive/numpyfix.zip \ + rasterio \ + attrs==19.1.0 ENV PYTHONPATH="$PYTHONPATH:/code/SuperBuild/install/lib/python2.7/dist-packages" ENV PYTHONPATH="$PYTHONPATH:/code/SuperBuild/src/opensfm" diff --git a/configure.sh b/configure.sh index 1ef58c02..e5e7e320 100755 --- a/configure.sh +++ b/configure.sh @@ -77,7 +77,9 @@ install() { xmltodict \ appsettings \ loky \ - repoze.lru + repoze.lru \ + rasterio \ + attrs==19.1.0 echo "Installing OpenDroneMap Dependencies" apt-get install -y -qq python-scipy \ diff --git a/portable.Dockerfile b/portable.Dockerfile index c06627bd..30228ea0 100644 --- a/portable.Dockerfile +++ b/portable.Dockerfile @@ -74,7 +74,9 @@ RUN pip install -U \ scipy \ shapely \ xmltodict \ - https://github.com/OpenDroneMap/gippy/archive/numpyfix.zip + https://github.com/OpenDroneMap/gippy/archive/numpyfix.zip \ + rasterio \ + attrs==19.1.0 ENV PYTHONPATH="$PYTHONPATH:/code/SuperBuild/install/lib/python2.7/dist-packages" ENV PYTHONPATH="$PYTHONPATH:/code/SuperBuild/src/opensfm"