Skip to content

Commit b09f711

Browse files
committed
DOCKER add pyReos interpreter
1 parent a578578 commit b09f711

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker/Dockerfile_reos

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ENV REOS_DIR="/reos"
66
RUN mkdir ${REOS_DIR}
77
COPY build_reos.sh ${REOS_DIR}/
88
RUN chmod +x ${REOS_DIR}/build_reos.sh
9+
COPY pyReos_interpreter.sh /
10+
RUN chmod +x /pyReos_interpreter.sh
911

1012
RUN export QGIS_INSTALL=/qgis \
1113
&& export QGIS_APP_SRC=/qgis/app_src \

docker/pyReos_interpreter.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export LD_LIBRARY_PATH=$REOS_DIR/lib:/usr/lib/x86_64-linux-gnu/:$GMSH_DIR/lib/:$QGIS_DIR/lib/:$MDAL_DIR/lib/
2+
export PYTHONPATH="$REOS_DIR/python/":$PYTHONPATH
3+
export QGIS_PREFIX_PATH=$QGIS_DIR
4+
export REOS_PREFIX_PATH=$REOS_DIR
5+
6+
python3

0 commit comments

Comments
 (0)