Skip to content
Snippets Groups Projects
Commit 53c36c64 authored by Arkadiusz Janz's avatar Arkadiusz Janz
Browse files

Update entrypoint.sh

parent ab4aeb4b
No related branches found
No related tags found
No related merge requests found
Pipeline #472 passed
......@@ -5,7 +5,7 @@ cd /home/worker
if [ -z "$(ls -A models)"]; then
mkdir models && cd models
echo "Downloading model..."
wget wget http://minio.clarin-pl.eu/public/models/kb-25022020.zip
wget wget http://minio.clarin-pl.eu/public/models/wosedon/kb-25022020.zip
unzip kb-25022020.zip; rm kb-25022020.zip
echo "Done!"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment