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"