Skip to content

Commit

Permalink
Merge pull request #81 from NASA-IMPACT/dev
Browse files Browse the repository at this point in the history
Pre-production release.
  • Loading branch information
sharkinsspatial authored Sep 23, 2020
2 parents 2330cde + 358a2c4 commit 0f13eca
Show file tree
Hide file tree
Showing 16 changed files with 402 additions and 795 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_push_to_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Lint shell scripts
- name: ShellCheck
uses: ludeeus/action-shellcheck@master

- name: Build image
run: docker build . --tag hls-sentinel
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Loading

0 comments on commit 0f13eca

Please sign in to comment.