From 43717de3131bb5c64f9ec1f26aa8d1d43bc9b715 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Wed, 11 Sep 2019 13:39:51 +0200 Subject: [PATCH] Use latest image tag for master. --- wrapper/nlp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/nlp b/wrapper/nlp index 330bc32..b9dfca9 100755 --- a/wrapper/nlp +++ b/wrapper/nlp @@ -5,7 +5,7 @@ import argparse import os import subprocess -container_image = 'gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/nlp:2.1.0' +container_image = 'gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/nlp:latest' container_input_dir = '/input' container_output_dir = '/output' uid = str(os.getuid())