File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,22 +4,23 @@ FROM mundialis/esa-snap:ubuntu
44# set locale
55ENV LC_ALL=C
66
7- # # Move local packages to tmp file
8- COPY setup/requirements.txt /tmp/base_requirements.txt
9-
10- # # Install requirements for python
11- RUN python3.6 -m pip install --upgrade pip
12- RUN python3.6 -m pip install --no-cache-dir --upgrade -r /tmp/base_requirements.txt
13-
147# Install stsa
158RUN git clone https://github.com/pbrotoisworo/s1-tops-split-analyzer.git
169# # After certain updates, support for python 3.6 was taken away, but I still need it!
1710# # So I go back to a previous version (December 2021)
1811WORKDIR ./s1-tops-split-analyzer
1912RUN git reset --hard 12ea576989cce7cbff5569ece6d17df52a17b0a9
13+ RUN python3.6 -m pip install --upgrade pip
2014RUN python3.6 -m pip install -e .
2115WORKDIR ..
2216
17+ # # Move local packages to tmp file
18+ COPY setup/requirements.txt /tmp/base_requirements.txt
19+
20+ # # Install requirements for python
21+ RUN python3.6 -m pip install --upgrade pip
22+ RUN python3.6 -m pip install --no-cache-dir --upgrade -r /tmp/base_requirements.txt
23+
2324# Install snaphu
2425RUN wget --no-check-certificate \
2526 https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/snaphu-v2.0.5.tar.gz \
Original file line number Diff line number Diff line change 11sentinelsat
22python-dotenv
33asf_search
4+ geopandas == 0.9.0
You can’t perform that action at this time.
0 commit comments