OpenDroneMap / opendronemap-ecs

Serverless API to get opendronemap tasks running on AWS Elastic Container Service (ECS)
GNU General Public License v3.0
5 stars 6 forks source link

/code/s3.sh: line 3: s3cmd: command not found #23

Closed spenrose closed 6 years ago

spenrose commented 6 years ago

I am trying to get this running and once my task kicks off the container running in my ec2 instance spits out these logs. It looks like it is missing the s3cmd tool. I wasn't able to find the docker file that is powering the container to see if this is installed. Any advice?

/code/s3.sh: line 3: s3cmd: command not found
[INFO] Initializing OpenDroneMap app - Wed May 09 06:01:26 2018
[INFO] Running ODM Load Dataset Cell
[INFO] Project directory /code/images doesn't exist. Creating it now. 
[DEBUG] /code/images
[DEBUG] Loading dataset from: /code/images
[DEBUG] /code/images
[ERROR] Not enough supported images in /code/images
[INFO] OpenDroneMap app finished - Wed May 09 06:01:26 2018
/code/s3.sh: line 5: s3cmd: command not found
/code/s3.sh: line 6: s3cmd: command not found
matthewberryman commented 6 years ago

^^ this is the repo I'm building from and as you can see I've opened and resolved the issue there—the install of s3cmd was lost in a merge. I will close this issue once the image is built and pushed.

spenrose commented 6 years ago

Awesome. Thanks for the quick fix!