Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
S2S AI Competition Scoring Image
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tasko Olevski
S2S AI Competition Scoring Image
Commits
cb7e5eb8
Commit
cb7e5eb8
authored
3 years ago
by
Aaron Spring
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
8752f0f0
No related branches found
No related tags found
1 merge request
!1
use proper data
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
cb7e5eb8
...
...
@@ -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
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment