Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
nlpworkers
featfilt
Commits
12c7f48d
Commit
12c7f48d
authored
Jul 11, 2020
by
Tomasz Walkowiak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dockerfile, bug in python version
parent
7a3d14b6
Pipeline
#736
passed with stage
in 21 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
12c7f48d
...
@@ -62,4 +62,4 @@ RUN apt-get install -y libboost-filesystem-dev liblog4cxx-dev libboost-regex-de
...
@@ -62,4 +62,4 @@ RUN apt-get install -y libboost-filesystem-dev liblog4cxx-dev libboost-regex-de
COPY
module/ /home/worker/
COPY
module/ /home/worker/
CMD
["python
3
", "featfilt_worker.py"]
CMD
["python
2
", "featfilt_worker.py"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment