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

Update entrypoint.sh

parent 97b03cb8
No related branches found
No related tags found
No related merge requests found
Pipeline #4993 passed
#!/bin/sh #!/bin/sh
cd /home/worker 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/xix http://minio.clarin-pl.eu/public/models/xix
wget -O model/xxi http://minio.clarin-pl.eu/public/models/xxi wget -O model/xxi http://minio.clarin-pl.eu/public/models/xxi
fi
./morphodita_service ./morphodita_service
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment