Skip to content
Snippets Groups Projects
Commit d85518d3 authored by Sujen Shah's avatar Sujen Shah
Browse files

Add dockerfile for custom isce install

parent 0d8bed8f
No related branches found
No related tags found
No related merge requests found
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"]
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