Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
summarize
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
summarize
Merge requests
!2
Update Dockerfile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update Dockerfile
patch-1
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Update Dockerfile
Szymon Ciombor
requested to merge
patch-1
into
master
Sep 21, 2020
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
938cc853
1 commit,
Sep 21, 2020
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
0
−
2
View file @ 938cc853
Edit in single-file editor
Open in Web IDE
Show full file
@@ -26,8 +26,6 @@ WORKDIR /home/worker
COPY
./src ./src
COPY
./main.py .
COPY
./requirements.txt .
COPY
./saper-0.1.0-py2-none-any.whl .
RUN
python2.7
-m
pip
install
./saper-0.1.0-py2-none-any.whl
RUN
python2.7
-m
pip
install
-r
requirements.txt
CMD
["python2.7", "main.py", "service"]
\ No newline at end of file
Loading