-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from NASA-IMPACT/update_lasrc_tags
Update metadata and file tag to use LaSRC v3.5.1.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ ENV PREFIX=/usr/local \ | |
HDFLINK=" -lmfhdf -ldf -lm" \ | ||
ECS_ENABLE_TASK_IAM_ROLE=true \ | ||
PYTHONPATH="${PYTHONPATH}:${PREFIX}/lib/python3.6/site-packages" \ | ||
ACCODE=LaSRCL8V3.5.5 \ | ||
ACCODE=LaSRCL8V3.5.1 \ | ||
LC_ALL=en_US.utf-8 \ | ||
LANG=en_US.utf-8 | ||
|
||
|
@@ -112,7 +112,7 @@ RUN pip3 install click==7.1.2 | |
RUN pip3 install rio-cogeo==1.1.10 --no-binary rasterio --user | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected] | ||
|
||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-metadata@v2.4 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-metadata@v2.5 | ||
|
||
RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected] | ||
|
||
|