kopia lustrzana https://github.com/OpenDroneMap/ODM
Added rasterio package
rodzic
b43bc07094
commit
c7a0ca9dea
|
@ -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"
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue