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

Update Dockerfile

parent 240cacc3
Branches
No related tags found
No related merge requests found
Pipeline #5345 failed
...@@ -14,6 +14,13 @@ ENV LC_ALL C.UTF-8 ...@@ -14,6 +14,13 @@ ENV LC_ALL C.UTF-8
#Liner2 #Liner2
WORKDIR /home/install WORKDIR /home/install
RUN git clone https://gitlab.clarin-pl.eu/nlpworkers/nlp.worker.git && \
cd nlp.worker && \
mvn clean && \
mvn install
RUN git clone --single-branch https://github.com/CLARIN-PL/Liner2.git && \ RUN git clone --single-branch https://github.com/CLARIN-PL/Liner2.git && \
cd Liner2 && \ cd Liner2 && \
./gradlew :g419-liner2-daemon:jar ./gradlew :g419-liner2-daemon:jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment