Skip to content
Snippets Groups Projects
Commit 738990ac authored by edupin's avatar edupin
Browse files

add aresys librairies

parent cc457287
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ apt-get -y install sudo wget unzip sqlite3 libsqlite3-dev && \
pip install Shapely && \
pip install opencv-python && \
pip install octave_kernel && \
apt-get -y install doxygen && \
#apt-get -y install doxygen && \
apt-get -y install jq && \
pip3 install --upgrade pip && \
apt-get -y install gcc && \
......@@ -74,6 +74,16 @@ apt-get -y install sudo wget unzip sqlite3 libsqlite3-dev && \
#RUN export CPLUS_INCLUDE_PATH=/usr/include/gdal
#RUN export C_INCLUDE_PATH=/usr/include/gdal
RUN pip install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`
RUN pip3 install namedlist==1.7 && \
pip install scikit-image && \
pip install equi7grid==0.0.10 && \
pip install numpydoc==0.8.0 && \
pip install packaging==19.0 && \
pip install pyproj==2.1.1 && \
pip install pytileproj
# installation of GDL
RUN apt -y install gnudatalanguage
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment