Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wsd
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
wsd
Commits
cc30a56d
There was an error fetching the commit references. Please try again later.
Commit
cc30a56d
authored
5 years ago
by
Arkadiusz Janz
Browse files
Options
Downloads
Patches
Plain Diff
Update entrypoint.sh
parent
53c36c64
No related merge requests found
Pipeline
#473
passed with stage
in 10 minutes and 41 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
entrypoint.sh
+8
-5
8 additions, 5 deletions
entrypoint.sh
with
8 additions
and
5 deletions
entrypoint.sh
+
8
−
5
View file @
cc30a56d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment