Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
morphodita
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
morphodita
Commits
b3213669
There was an error fetching the commit references. Please try again later.
Commit
b3213669
authored
5 years ago
by
Tomasz Walkowiak
Browse files
Options
Downloads
Patches
Plain Diff
updatein dockerfiles
parent
2284ae5d
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
docker-compose.yml
+1
-0
1 addition, 0 deletions
docker-compose.yml
with
2 additions
and
1 deletion
Dockerfile
+
1
−
1
View file @
b3213669
...
@@ -7,7 +7,7 @@ COPY src/ src/
...
@@ -7,7 +7,7 @@ COPY src/ src/
RUN
cd
src
&&
\
RUN
cd
src
&&
\
git clone http://nlp.pwr.wroc.pl/g419-morphodita.git
&&
\
git clone http://nlp.pwr.wroc.pl/g419-morphodita.git
&&
\
cd
g419-morphodita/src
&&
\
cd
g419-morphodita/src
&&
\
make
-j
lib
&&
\
make
-j
4
lib
&&
\
cd
../..
&&
\
cd
../..
&&
\
mkdir
build
&&
\
mkdir
build
&&
\
cd
build
&&
\
cd
build
&&
\
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
0
View file @
b3213669
...
@@ -9,4 +9,5 @@ services:
...
@@ -9,4 +9,5 @@ services:
-
./morphodita_service
-
./morphodita_service
volumes
:
volumes
:
-
/samba:/samba
-
/samba:/samba
-
./model:/home/worker/model
-
./config.ini:/home/worker/config.ini
-
./config.ini:/home/worker/config.ini
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