This commit is contained in:
SzamanFL 2020-06-15 15:50:25 +02:00
parent b2c7c4f056
commit d0c5df17bd
2 changed files with 5 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM python:3.8.2
RUN pip install -r /426135-paranormal/req.txt && wget -O /426135-paranormal/geval wget https://gonito.net/get/bin/geval && chmod u+x /426135-paranormal/geval
WORKDIR /426135-paranormal
CMD ['bash', 'run.sh']

1
run.sh Normal file
View File

@ -0,0 +1 @@
./train.py train/in.tsv train/out.tsv && ./geval --test-name dev-0 && ./geval --test-name test-A