Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polem
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
lexworkers
polem
Commits
298bd802
Commit
298bd802
authored
4 years ago
by
Mateusz Gniewkowski
Browse files
Options
Downloads
Plain Diff
Merge branch '4-adjust-dockefile' into 'master'
Resolve "Adjust Dockefile" Closes
#4
See merge request
!5
parents
e7a82339
15427956
1 merge request
!5
Resolve "Adjust Dockefile"
Pipeline
#2592
passed with stages
in 5 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+8
-9
8 additions, 9 deletions
Dockerfile
config.ini
+1
-1
1 addition, 1 deletion
config.ini
with
9 additions
and
10 deletions
Dockerfile
+
8
−
9
View file @
298bd802
FROM
clarinpl/builder
AS
builder
FROM
clarinpl/python:3.6
RUN
apt-get update
&&
apt-get
install
-y
\
...
...
@@ -10,20 +9,20 @@ RUN apt-get update && apt-get install -y \
libssl-dev
\
libxml2-utils
\
swig
\
openjdk-8-jdk
corpus2-python3.6
\
wccl-python3.6
\
morfeusz
WORKDIR
/tmp/
RUN
apt remove
-y
cmake
&&
\
RUN
wget
-O
morf
'https://nextcloud.clarin-pl.eu/index.php/s/VVIvx4w20azcWbp/download'
&&
\
dpkg
-i
./morf
&&
\
apt remove -y cmake && \
wget https://github.com/Kitware/CMake/releases/download/v3.16.0-rc2/cmake-3.16.0-rc2-Linux-x86_64.tar.gz && \
tar -xzf cmake*tar.gz && \
ln -s $(pwd)/cmake*/bin/cmake /usr/bin/cmake
COPY
--from=builder /install/corpus2 /
COPY
--from=builder /install/wccl /
COPY
--from=builder /usr/lib/libmorfeusz* /usr/lib/
RUN
wget
-O
morf
'https://nextcloud.clarin-pl.eu/index.php/s/VVIvx4w20azcWbp/download'
&&
\
dpkg
-i
./morf
&&
\
git clone https://github.com/gkubon/Polem
&&
\
RUN
git clone https://gitlab.clarin-pl.eu/analysers/Polem
&&
\
mkdir
-p
Polem/build
&&
\
cd
Polem/build
&&
\
cmake ..
&&
\
...
...
This diff is collapsed.
Click to expand it.
config.ini
+
1
−
1
View file @
298bd802
[service]
tool
=
polem
tool
=
polem
_test
rabbit_host
=
10.17.0.85
rabbit_user
=
clarin
rabbit_password
=
clarin123
...
...
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