We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1858f31 commit e330e31Copy full SHA for e330e31
1 file changed
README.md
@@ -128,3 +128,8 @@ docker run --rm -u root \
128
--name scoring docker-image \
129
python /app/scoring_program/scoring.py
130
```
131
+
132
+### CI for the bundle
133
134
+This repo defines a CI for the bundle, which build a docker image from the `tools/Dockerfile`,
135
+and try to run `tools/setup_data.py` and then the ingestion/scoring programs.
0 commit comments