Skip to content

Commit

Permalink
Merge pull request #176 from airmap/airmap/bkd/gdal-permissions
Browse files Browse the repository at this point in the history
Change ownership of /code to work around PoissonRecon permission issue.
  • Loading branch information
pierotofy authored Oct 27, 2021
2 parents c9aef94 + 733d89c commit 25544aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY --chown=odm:odm . /var/www
RUN npm install && mkdir -p tmp

RUN chown -R odm:odm /var/www
RUN chown -R odm:odm /code

USER odm

Expand Down

3 comments on commit 25544aa

@zengletian1491
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is the Dockerfile.gpu file and how can I find it?

@zengletian1491
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can I update the docker image to obtain the latest version of OpenDrone/NodeODM?

@pierotofy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we move this conversation over to the forum at https://community.opendronemap.org? 🙏 The forum is the right place to ask questions (we try to keep the GitHub issue tracker for feature requests and bugs only). Thank you! 👍

Please sign in to comment.