kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
2affbd7ddc
commit
d0c5b301bb
|
@ -74,7 +74,9 @@ RUN pip install -U \
|
||||||
scipy \
|
scipy \
|
||||||
shapely \
|
shapely \
|
||||||
xmltodict \
|
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/install/lib/python2.7/dist-packages"
|
||||||
ENV PYTHONPATH="$PYTHONPATH:/code/SuperBuild/src/opensfm"
|
ENV PYTHONPATH="$PYTHONPATH:/code/SuperBuild/src/opensfm"
|
||||||
|
|
|
@ -77,7 +77,9 @@ install() {
|
||||||
xmltodict \
|
xmltodict \
|
||||||
appsettings \
|
appsettings \
|
||||||
loky \
|
loky \
|
||||||
repoze.lru
|
repoze.lru \
|
||||||
|
rasterio \
|
||||||
|
attrs==19.1.0
|
||||||
|
|
||||||
echo "Installing OpenDroneMap Dependencies"
|
echo "Installing OpenDroneMap Dependencies"
|
||||||
apt-get install -y -qq python-scipy \
|
apt-get install -y -qq python-scipy \
|
||||||
|
|
|
@ -74,7 +74,9 @@ RUN pip install -U \
|
||||||
scipy \
|
scipy \
|
||||||
shapely \
|
shapely \
|
||||||
xmltodict \
|
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/install/lib/python2.7/dist-packages"
|
||||||
ENV PYTHONPATH="$PYTHONPATH:/code/SuperBuild/src/opensfm"
|
ENV PYTHONPATH="$PYTHONPATH:/code/SuperBuild/src/opensfm"
|
||||||
|
|
Ładowanie…
Reference in New Issue