EOX GitLab Instance

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

use a similar gdal version

parent 036cbaad
Branches
Tags
1 merge request!29Preprocessor test
......@@ -39,7 +39,8 @@ 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 g++ python3 python3-dev musl-dev py-pip libffi-dev openssl-dev make gdal gdal-dev
apk update && apk add bash postgresql-dev gcc g++ python3 python3-dev musl-dev py-pip libffi-dev openssl-dev make gdal==3.1.4 gdal-dev==3.1.4
gdalinfo --version
pip3 install -r requirements.txt
./docker-stack-wait.sh -n renderer -n registrar -n preprocessor -n ingestor -n sftp emg-pvs
......
......@@ -5,4 +5,4 @@ paramiko
python-swiftclient
python-openstackclient
python-keystoneclient
GDAL
\ No newline at end of file
GDAL==3.1.4
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment