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 \
|
||||
exifread \
|
||||
gpxpy \
|
||||
xmltodict
|
||||
xmltodict \
|
||||
appsettings
|
||||
|
||||
echo "Installing Ecto Dependencies"
|
||||
sudo pip install -U catkin-pkg
|
||||
|
|
|
@ -69,7 +69,8 @@ RUN pip install -U PyYAML \
|
|||
exifread \
|
||||
gpxpy \
|
||||
xmltodict \
|
||||
catkin-pkg
|
||||
catkin-pkg \
|
||||
appsettings
|
||||
|
||||
#Installing Ecto Dependencies
|
||||
RUN apt-get install -y -qq python-empy \
|
||||
|
|
Ładowanie…
Reference in New Issue