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