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:
- type: bind
source: ./data/
target: /data/
- type: bind
source: ./testing/
target: /testing/
networks:
extnet:
name: emg-extnet
......
......@@ -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
# 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
gdalinfo --version
......
......@@ -4,4 +4,5 @@ python-dotenv
paramiko
python-swiftclient
python-openstackclient
python-keystoneclient
\ No newline at end of file
python-keystoneclient
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