Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isce2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sujen Shah
isce2
Commits
d85518d3
Commit
d85518d3
authored
11 months ago
by
Sujen Shah
Browse files
Options
Downloads
Patches
Plain Diff
Add dockerfile for custom isce install
parent
0d8bed8f
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
infiles_dps/dockerfile
+19
-0
19 additions, 0 deletions
infiles_dps/dockerfile
with
19 additions
and
0 deletions
infiles_dps/dockerfile
0 → 100644
+
19
−
0
View file @
d85518d3
FROM
isce/isce2:20240804
RUN
apt-get update
-y
&&
\
apt-get
install
-y
nano scons libfftw3-dev libxm4 libmotif-dev python3-dev python3-pip git
&&
\
apt-get
install
-y
python3-scipy python3-opencv python3-numpy python3-h5py cython3 gdal-bin gfortran libgdal-dev python3-gdal libhdf5-dev python3.9-dev
RUN
pip3
install
cython opencv-python opencv-contrib-python shapely requests
RUN
mkdir
-p
/home/pkgs /home/.isce
COPY
. /home/pkgs/isce2
RUN
ln
-s
/home/pkgs/isce2 /home/pkgs/isce
RUN
cp
/home/pkgs/isce2/infiles_dps/ISCE_config.sh /home/pkgs/isce2/
&&
\
cp
/home/pkgs/isce2/infiles_dps/read_calibration_slc.py /home/pkgs/isce2/contrib/stack/topsStack/
&&
\
cp
/home/pkgs/isce2/infiles_dps/SConfigISCE /home/.isce/
RUN
/home/pkgs/isce2/infiles_dps/install.sh
CMD
["/bin/bash"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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