kopia lustrzana https://github.com/OpenDroneMap/ODM
Add appsettings installation
rodzic
43b116842e
commit
c8a1053e9c
|
@ -67,7 +67,8 @@ sudo apt-get install -y -qq python-networkx \
|
||||||
sudo pip install -U PyYAML \
|
sudo pip install -U PyYAML \
|
||||||
exifread \
|
exifread \
|
||||||
gpxpy \
|
gpxpy \
|
||||||
xmltodict
|
xmltodict \
|
||||||
|
appsettings
|
||||||
|
|
||||||
echo "Installing Ecto Dependencies"
|
echo "Installing Ecto Dependencies"
|
||||||
sudo pip install -U catkin-pkg
|
sudo pip install -U catkin-pkg
|
||||||
|
|
|
@ -69,7 +69,8 @@ RUN pip install -U PyYAML \
|
||||||
exifread \
|
exifread \
|
||||||
gpxpy \
|
gpxpy \
|
||||||
xmltodict \
|
xmltodict \
|
||||||
catkin-pkg
|
catkin-pkg \
|
||||||
|
appsettings
|
||||||
|
|
||||||
#Installing Ecto Dependencies
|
#Installing Ecto Dependencies
|
||||||
RUN apt-get install -y -qq python-empy \
|
RUN apt-get install -y -qq python-empy \
|
||||||
|
|
Ładowanie…
Reference in New Issue