-
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 #81 from NASA-IMPACT/dev
Pre-production release.
- Loading branch information
Showing
16 changed files
with
402 additions
and
795 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
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 |
---|---|---|
|
@@ -114,16 +114,16 @@ RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected] | |
|
||
RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected] | ||
|
||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-manifest@v1.5 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-manifest@v1.7 | ||
|
||
RUN pip3 install wheel | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-browse_imagery@v1.3 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-browse_imagery@v1.5 | ||
RUN pip3 install libxml2-python3 | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected] | ||
COPY ./python_scripts/* ${PREFIX}/bin/ | ||
RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected] | ||
|
||
COPY ./scripts/* ${PREFIX}/bin/ | ||
ENV OMP_NUM_THREADS=2 | ||
ENV OMP_NUM_THREADS=4 | ||
ENTRYPOINT ["/bin/sh", "-c"] | ||
CMD ["sentinel.sh"] | ||
|
Oops, something went wrong.