Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JupyterLab
CUDA
R
base
Commits
d9c3f9aa
Verified
Commit
d9c3f9aa
authored
2 weeks ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
qgisprocess: Update QGIS to v3.42.0
- Python package qgis is now installed under /usr/local
parent
b97b067c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
qgisprocess/.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
qgisprocess/.gitlab-ci.yml
qgisprocess/latest.Dockerfile
+0
-9
0 additions, 9 deletions
qgisprocess/latest.Dockerfile
with
1 addition
and
10 deletions
qgisprocess/.gitlab-ci.yml
+
1
−
1
View file @
d9c3f9aa
.env
:
variables
:
R_VERSION
:
"
4.4.2"
QGIS_VERSION
:
"
3.4
0.3
"
QGIS_VERSION
:
"
3.4
2.0
"
OTB_VERSION
:
"
9.1.0"
TAG_VERSION_MAJ_MIN
:
"
false"
TAG_VERSION_MAJ
:
"
false"
...
...
This diff is collapsed.
Click to expand it.
qgisprocess/latest.Dockerfile
+
0
−
9
View file @
d9c3f9aa
...
...
@@ -209,15 +209,6 @@ RUN apt-get update \
&& apt-get -y install --no-install-recommends python3-pip \
&& export PIP_BREAK_SYSTEM_PACKAGES=1 \
&& /usr/bin/pip install qgis-plugin-manager \
## QGIS: Make sure qgis_mapserver and qgis_process find the qgis module
&& cp -a $(which qgis_mapserver) $(which qgis_mapserver)_ \
&& echo '#!/bin/bash' > $(which qgis_mapserver) \
&& echo "PYTHONPATH=/usr/lib/python3/dist-packages $(which qgis_mapserver)_ \"\${@}\"" >> \
$(which qgis_mapserver) \
&& cp -a $(which qgis_process) $(which qgis_process)_ \
&& echo '#!/bin/bash' > $(which qgis_process) \
&& echo "PYTHONPATH=/usr/lib/python3/dist-packages $(which qgis_process)_ \"\${@}\"" >> \
$(which qgis_process) \
## Install qgisprocess, the R interface to QGIS
&& install2.r --error --skipinstalled -n $NCPUS qgisprocess \
## Strip libraries of binary packages installed from P3M
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment