Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nlpworkers
morphodita
Commits
20ac81f3
Commit
20ac81f3
authored
May 16, 2022
by
Mateusz Gniewkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update entrypoint.sh
parent
97b03cb8
Pipeline
#4993
passed with stage
in 2 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
entrypoint.sh
entrypoint.sh
+0
-3
No files found.
entrypoint.sh
View file @
20ac81f3
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment