Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 501 Bytes

File metadata and controls

17 lines (13 loc) · 501 Bytes

Team hierocles-of-alexandria for ValueEval'24

Dockerization of Prediction Model

# build
docker build -f Dockerfile -t valueeval24-hierocles-of-alexandria:1.0.0 .

# run
docker run --rm \
  -v "$PWD/valueeval24/test:/dataset" -v "$PWD/output:/output" \
  valueeval24-hierocles-of-alexandria:1.0.0

# view results
cat output/run.tsv