From 6cac9d1f25ef691d1f2d2f688aa4e0e9301e9175 Mon Sep 17 00:00:00 2001
From: Tomasz Walkowiak <tomasz.walkowiak@pwr.edu.pl>
Date: Sat, 18 Jan 2020 11:41:21 +0000
Subject: [PATCH] Update entrypoint.sh

---
 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entrypoint.sh b/entrypoint.sh
index a0ad94d..8e1166a 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -4,4 +4,4 @@ if [ -z "$(ls -A model)" ]; then #if is empty download
 echo "Downloading model"
 wget http://minio.clarin-pl.eu/public/models/liner2model.zip  ; unzip liner2model.zip ; rm liner2model.zip 
 fi
-java  Xmx12192M -jar  nlp.worker.liner2.jar
+java  -Xmx12192M -jar  nlp.worker.liner2.jar
-- 
GitLab