Skip to content
Snippets Groups Projects
Commit 20ac81f3 authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Update entrypoint.sh

parent 97b03cb8
Branches
No related merge requests found
Pipeline #4993 passed with stage
in 2 minutes and 27 seconds
#!/bin/sh
cd /home/worker
if [ -z "$(ls -A model)" ]; then #if is empty download
echo "Downloading model"
wget -O model/xix http://minio.clarin-pl.eu/public/models/xix
wget -O model/xxi http://minio.clarin-pl.eu/public/models/xxi
fi
./morphodita_service
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment