Fix version 1.0.0

This commit is contained in:
Patrick Jentsch
2021-02-25 11:26:11 +01:00
parent 2ced38504c
commit d620c29f27
5 changed files with 102 additions and 74 deletions

View File

@ -5,7 +5,7 @@ from argparse import ArgumentParser
import os
import subprocess
CONTAINER_IMAGE = 'gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/nlp:latest'
CONTAINER_IMAGE = 'gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/nlp:1.0.0'
CONTAINER_INPUT_DIR = '/input'
CONTAINER_OUTPUT_DIR = '/output'
UID = str(os.getuid())