Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
liner2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
liner2
Commits
e4d29ecd
Commit
e4d29ecd
authored
Jan 18, 2020
by
Tomasz Walkowiak
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
add unzip wegt to image See merge request
!6
parents
2bdbb0e2
ef628480
No related branches found
No related tags found
1 merge request
!6
add unzip wegt to image
Pipeline
#240
passed
Jan 18, 2020
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-0
4 additions, 0 deletions
Dockerfile
with
4 additions
and
0 deletions
Dockerfile
+
4
−
0
View file @
e4d29ecd
...
@@ -41,6 +41,10 @@ RUN cp /home/install/Liner2/g419-liner2-daemon/build/libs/g419-liner2-daemon-2.5
...
@@ -41,6 +41,10 @@ RUN cp /home/install/Liner2/g419-liner2-daemon/build/libs/g419-liner2-daemon-2.5
FROM
clarinpl/openjdk-jre:8
FROM
clarinpl/openjdk-jre:8
RUN
apt-get update
&&
\
apt-get
-y
install
wget zip
WORKDIR
/home/worker
WORKDIR
/home/worker
COPY
--from=builder /home/install/module/target/nlp.worker.liner2.jar .
COPY
--from=builder /home/install/module/target/nlp.worker.liner2.jar .
COPY
--from=builder /usr/local/lib/libcrfpp* /usr/local/lib/
COPY
--from=builder /usr/local/lib/libcrfpp* /usr/local/lib/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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