From cb7e5eb86e755e742a20b3f83a5eb17922fa232c Mon Sep 17 00:00:00 2001
From: AS <aaron.spring@mpimet.mpg.de>
Date: Thu, 27 May 2021 06:38:08 +0200
Subject: [PATCH] update README

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a14097276..9f4915d0b 100644
--- a/README.md
+++ b/README.md
@@ -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
+```
-- 
GitLab