Commit 711d8fab authored by Alexandre Delanoë's avatar Alexandre Delanoë

[ADMIN] script and dcoker nlp

parent 567e4075
Pipeline #4521 failed with stages
in 5 minutes and 17 seconds
......@@ -3,5 +3,5 @@
tmux new -d -s gargantext './server' \; \
split-window -h -d 'cd ./purescript-gargantext ; ./server' \; \
select-pane -t 1 \; \
split-window -d 'cd deps/nlp/CoreNLP ; ./startServer.sh' \; \
split-window -d 'cd devops/docker/nlp/stanford/ ; docker-compose up' \; \
split-window -d 'cd deps/nlp/spacy-server ; docker-compose up' \; \
version: '3'
services:
corenlp:
#image: 'cgenie/corenlp-garg:latest'
image: 'cgenie/corenlp-garg:4.5.4'
ports:
- 9000:9000
volumes:
js-cache:
Markdown is supported
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