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

updatein dockerfiles

parent 2284ae5d
No related merge requests found
...@@ -7,7 +7,7 @@ COPY src/ src/ ...@@ -7,7 +7,7 @@ COPY src/ src/
RUN cd src && \ RUN cd src && \
git clone http://nlp.pwr.wroc.pl/g419-morphodita.git && \ git clone http://nlp.pwr.wroc.pl/g419-morphodita.git && \
cd g419-morphodita/src && \ cd g419-morphodita/src && \
make -j lib && \ make -j4 lib && \
cd ../.. && \ cd ../.. && \
mkdir build && \ mkdir build && \
cd build && \ cd build && \
......
...@@ -9,4 +9,5 @@ services: ...@@ -9,4 +9,5 @@ services:
- ./morphodita_service - ./morphodita_service
volumes: volumes:
- /samba:/samba - /samba:/samba
- ./model:/home/worker/model
- ./config.ini:/home/worker/config.ini - ./config.ini:/home/worker/config.ini
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