Skip to content
Snippets Groups Projects
Commit 4a213cc8 authored by Tasko Olevski's avatar Tasko Olevski
Browse files

move instuctions to another readme so that original readme can be used for submission status

parent 4afed1df
No related branches found
No related tags found
No related merge requests found
# 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
```
# 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
```
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