Skip to content

Commit

Permalink
Merge pull request #91 from GeoscienceAustralia/add_aws
Browse files Browse the repository at this point in the history
Add AWS CLI to docker image
  • Loading branch information
erialC-P authored Aug 2, 2024
2 parents f11a3d9 + fc08c18 commit d0b0140
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN pip install pip-tools
# Pip installation
RUN mkdir -p /conf
COPY requirements.txt /conf/
RUN pip install -r /conf/requirements.txt
RUN pip install -r /conf/requirements.txt \
&& pip install --no-cache-dir awscli

# Copy source code and install it
RUN mkdir -p /code
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In addition to testing whether the code runs without errors, we also run a small
## Latest integration test validation results


The latest integration test completed at **2024-08-02 10:58**. Compared to the previous run, it had an:
The latest integration test completed at **2024-08-02 16:03**. Compared to the previous run, it had an:
- RMSE accuracy of **6.15 m ( :heavy_minus_sign: no change)**
- MAE accuracy of **4.85 m ( :heavy_minus_sign: no change)**
- Bias of **-2.65 m ( :heavy_minus_sign: no change)**
Expand Down
1 change: 1 addition & 0 deletions tests/stats_tests.csv
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ time,n,mae,rmse,stdev,corr,bias,name
2024-08-02 00:15:55.377300,2669.0,4.85,6.15,5.57,0.975,-2.65,tests
2024-08-02 00:36:06.849345,2669.0,4.85,6.15,5.57,0.975,-2.65,tests
2024-08-02 00:58:41.932746,2669.0,4.85,6.15,5.57,0.975,-2.65,tests
2024-08-02 06:03:43.233304,2669.0,4.85,6.15,5.57,0.975,-2.65,tests
Binary file modified tests/stats_tests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0b0140

Please sign in to comment.