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

Fix in dockerfile

parent 9457882c
Branches
No related tags found
No related merge requests found
Pipeline #1437 failed
......@@ -53,7 +53,8 @@ RUN rm /usr/local/lib/libcrfpp.so.0 && \
ldconfig
COPY /entrypoint.sh /entrypoint.sh
RUN ["chmod", "+x", "./entrypoint.sh"]
CMD ["./entrypoint.sh"]
CMD ["java", "-Xmx12192M", "-jar", "nlp.worker.liner2.jar"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment