Update file handling. Now md5 is correct

This commit is contained in:
Patrick Jentsch
2021-05-18 10:26:03 +02:00
parent bd5d8ddedb
commit fd39246e4b
4 changed files with 20 additions and 15 deletions

View File

@ -6,7 +6,7 @@ import os
import subprocess
import sys
CONTAINER_IMAGE = 'gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/nlp:1.0.0'
CONTAINER_IMAGE = 'gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/nlp:1.0.0b'
CONTAINER_INPUT_DIR = '/input'
CONTAINER_OUTPUT_DIR = '/output'
CONTAINER_LOG_DIR = '/logs'