Skip to content
Snippets Groups Projects
Commit 12c7f48d authored by Tomasz Walkowiak's avatar Tomasz Walkowiak
Browse files

Update Dockerfile, bug in python version

parent 7a3d14b6
No related merge requests found
Pipeline #736 passed with stage
in 21 minutes and 32 seconds
......@@ -62,4 +62,4 @@ RUN apt-get install -y libboost-filesystem-dev liblog4cxx-dev libboost-regex-de
COPY module/ /home/worker/
CMD ["python3", "featfilt_worker.py"]
CMD ["python2", "featfilt_worker.py"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment