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

Update entrypoint.sh

parent 53c36c64
No related merge requests found
Pipeline #473 passed with stage
in 10 minutes and 41 seconds
......@@ -3,11 +3,14 @@
cd /home/worker
if [ -z "$(ls -A models)"]; then
mkdir models && cd models
mkdir models
fi
cd models
echo "Downloading model..."
wget wget http://minio.clarin-pl.eu/public/models/wosedon/kb-25022020.zip
unzip kb-25022020.zip; rm kb-25022020.zip
echo "Done!"
fi
cd /home/worker && python3.6 main.py
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