Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Theia stack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esa-common
che7
stacks
Theia stack
Commits
738990ac
Commit
738990ac
authored
4 years ago
by
edupin
Browse files
Options
Downloads
Patches
Plain Diff
add aresys librairies
parent
cc457287
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+11
-1
11 additions, 1 deletion
Dockerfile
with
11 additions
and
1 deletion
Dockerfile
+
11
−
1
View file @
738990ac
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment