Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
featfilt
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
featfilt
Commits
12c7f48d
Commit
12c7f48d
authored
5 years ago
by
Tomasz Walkowiak
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile, bug in python version
parent
7a3d14b6
No related merge requests found
Pipeline
#736
passed with stage
in 21 minutes and 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
12c7f48d
...
...
@@ -62,4 +62,4 @@ RUN apt-get install -y libboost-filesystem-dev liblog4cxx-dev libboost-regex-de
COPY
module/ /home/worker/
CMD
["python
3
", "featfilt_worker.py"]
CMD
["python
2
", "featfilt_worker.py"]
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