Skip to content

Commit

Permalink
update version for s1-reader for Docker (#60)
Browse files Browse the repository at this point in the history
* update version for s1-reader for Docker

* ISCE3 version update for cal/val point release

---------

Co-authored-by: Seongsu Jeong <[email protected]>
  • Loading branch information
seongsujeong and Seongsu Jeong authored Aug 1, 2023
1 parent f9bed20 commit b6d5a4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ SHELL ["conda", "run", "-n", "RTC", "/bin/bash", "-c"]
WORKDIR /home/rtc_user/OPERA

# installing OPERA s1-reader
RUN curl -sSL https://github.com/opera-adt/s1-reader/archive/refs/tags/v0.1.7.tar.gz -o s1_reader_src.tar.gz &&\
RUN curl -sSL https://github.com/isce-framework/s1-reader/archive/refs/tags/v0.2.0.tar.gz -o s1_reader_src.tar.gz &&\
tar -xvf s1_reader_src.tar.gz &&\
ln -s s1-reader-0.1.7 s1-reader &&\
ln -s s1-reader-0.2.0 s1-reader &&\
rm s1_reader_src.tar.gz &&\
python -m pip install ./s1-reader

Expand Down
2 changes: 1 addition & 1 deletion Docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:
- shapely
- yamale
- backoff
- isce3>=0.13.0
- isce3>=0.14.0
2 changes: 1 addition & 1 deletion Docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ setuptools
shapely
yamale
backoff
isce3>=0.11.0
isce3>=0.14.0

0 comments on commit b6d5a4a

Please sign in to comment.