diff --git a/INSTRUCTIONS.md b/INSTRUCTIONS.md new file mode 100644 index 0000000000000000000000000000000000000000..9f4915d0b729527e66e1326a0211adc8726c12d4 --- /dev/null +++ b/INSTRUCTIONS.md @@ -0,0 +1,16 @@ +# S2S AI Competition Scoring Image + +Image used to calculate the scores for the S2S AI Competition + +## Testing + +```bash +pipenv install +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/ML_prediction_2020.nc +``` diff --git a/README.md b/README.md index 9f4915d0b729527e66e1326a0211adc8726c12d4..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/README.md +++ b/README.md @@ -1,16 +0,0 @@ -# S2S AI Competition Scoring Image - -Image used to calculate the scores for the S2S AI Competition - -## Testing - -```bash -pipenv install -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/ML_prediction_2020.nc -```