EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 197b8b3a authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

installing gdal + configeuration file preprocessor

parent d5b204ef
No related branches found
No related tags found
1 merge request!29Preprocessor test
...@@ -55,6 +55,9 @@ services: ...@@ -55,6 +55,9 @@ services:
- type: bind - type: bind
source: ./data/ source: ./data/
target: /data/ target: /data/
- type: bind
source: ./testing/
target: /testing/
networks: networks:
extnet: extnet:
name: emg-extnet name: emg-extnet
......
...@@ -39,7 +39,7 @@ printf $sftp_users_emg | docker config create sftp_users_emg - ...@@ -39,7 +39,7 @@ printf $sftp_users_emg | docker config create sftp_users_emg -
docker stack deploy -c ../docker-compose.emg.yml -c ../docker-compose.emg.dev.yml emg-pvs docker stack deploy -c ../docker-compose.emg.yml -c ../docker-compose.emg.dev.yml emg-pvs
# installing the requirments # installing the requirments
apk update && apk add bash postgresql-dev gcc python3-dev musl-dev py-pip gdal libffi-dev openssl-dev make apk update && apk add bash postgresql-dev gcc python3-dev musl-dev py-pip gdal-dev libffi-dev openssl-dev make
pip3 install -r requirements.txt pip3 install -r requirements.txt
gdalinfo --version gdalinfo --version
......
...@@ -4,4 +4,5 @@ python-dotenv ...@@ -4,4 +4,5 @@ python-dotenv
paramiko paramiko
python-swiftclient python-swiftclient
python-openstackclient python-openstackclient
python-keystoneclient python-keystoneclient
\ No newline at end of file gdal
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment