Skip to content
Snippets Groups Projects
Commit 6cac9d1f authored by Tomasz Walkowiak's avatar Tomasz Walkowiak
Browse files

Update entrypoint.sh

parent e4d29ecd
No related branches found
No related tags found
No related merge requests found
Pipeline #241 passed
...@@ -4,4 +4,4 @@ if [ -z "$(ls -A model)" ]; then #if is empty download ...@@ -4,4 +4,4 @@ if [ -z "$(ls -A model)" ]; then #if is empty download
echo "Downloading model" echo "Downloading model"
wget http://minio.clarin-pl.eu/public/models/liner2model.zip ; unzip liner2model.zip ; rm liner2model.zip wget http://minio.clarin-pl.eu/public/models/liner2model.zip ; unzip liner2model.zip ; rm liner2model.zip
fi fi
java Xmx12192M -jar nlp.worker.liner2.jar java -Xmx12192M -jar nlp.worker.liner2.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment