Skip to content
Snippets Groups Projects
Commit cb7e5eb8 authored by Aaron Spring's avatar Aaron Spring :baby_symbol:
Browse files

update README

parent 8752f0f0
No related branches found
No related tags found
1 merge request!1use proper data
......@@ -6,11 +6,11 @@ Image used to calculate the scores for the S2S AI Competition
```bash
pipenv install
pipenv run python scoring/scoring_script.py submission_rb_prediction_2020.nc
pipenv run python scoring/scoring_script.py ML_prediction_2020.nc
```
Alternatively you can use the docker image itself
```bash
docker build -t scoring-image .
docker run -ti --rm -v $PWD:/work scoring-image pipenv run python scoring/scoring_script.py /work/submission_rb_prediction_2020.nc
```
\ No newline at end of file
docker run -ti --rm -v $PWD:/work scoring-image pipenv run python scoring/scoring_script.py /work/ML_prediction_2020.nc
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment