Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
anonymizer
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
anonymizer
Merge requests
!2
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
master
Overview
0
Commits
10
Pipelines
2
Changes
1
Merged
Ghost User
requested to merge
develop
into
master
4 years ago
Overview
0
Commits
10
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
0adf2958
4 years ago
master (base)
and
latest version
latest version
1f8b135a
10 commits,
4 years ago
version 1
0adf2958
9 commits,
4 years ago
1 file
+
1
−
0
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
1
−
0
Options
@@ -4,6 +4,7 @@ WORKDIR /home/worker
COPY
./src ./src
COPY
./main.py .
COPY
./requirements.txt .
COPY
./wiki.txt .
RUN
python3.6
-m
pip
install
-r
requirements.txt