Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lateral #600

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && apt-get --assume-yes upgrade \
&& apt-get -qq install -y --no-install-recommends python3-pip \
&& apt-get -qq install -y --no-install-recommends python3-psycopg2 \
&& pip3 install --upgrade numpy \
&& pip3 install bcdata==0.10.4 \
&& pip3 install bcdata \
&& pip3 install scikit-image \
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
&& unzip awscliv2.zip \
Expand Down
1 change: 1 addition & 0 deletions test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ git clone https://github.com/smnorris/fwapg
cd fwapg
echo -e $WSGS > wsg.txt
make --debug=basic .make/fwa_stream_networks_sp
make --debug=basic .make/fwa_watersheds_poly
make --debug=basic .make/fwa_watershed_groups_poly
make --debug=basic .make/fwa_assessment_watersheds_poly
make --debug=basic .make/extras
Expand Down
Loading