Conversation
fdobad
requested changes
Mar 7, 2025
Member
fdobad
left a comment
There was a problem hiding this comment.
readme for devs, the least the better. maybe even a script.sh
Dockerfile-qgis
Outdated
| RUN mkdir -p /root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/ && \ | ||
| ln -s toolbox/fireanalyticstoolbox /root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/ && \ | ||
| cd toolbox/fireanalyticstoolbox/simulator && \ | ||
| ln -s C2F . && \ |
Contributor
Author
There was a problem hiding this comment.
Dockerfile-qgis
Outdated
| pip install -r requirements.txt && \ | ||
| pip install --editable . | ||
|
|
||
|
|
Member
There was a problem hiding this comment.
optional improvement:
USER fire2a ?
objective: avoid the root account in the next steps
Contributor
Author
el TL;DR no es suficiente? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
context
We have multiple plugins and tools that require the latest version of qgis or a stable operating system.
problem
Not all of our users can install the latest qgis version or have supported operating systems (e.g. < MacOS13, testing Linux distributions) so they cannot use our tools.
proposed solution
A container that is built on a stable Linux OS, installs the latest QGIS along with all of our tools. When the container is run, it opens the QGIS desktop application with Fire2A plugins installed.