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

Docker-compose

parent 5e8c74a0
No related branches found
No related tags found
No related merge requests found
version: '3'
services:
embedrank:
container_name: clarin_embedrank
build: ./
working_dir: /home/worker
entrypoint:
- python3.6
- embedrank_worker.py
volumes:
- /samba:/samba
- ./ai-research-keyphrase-extraction:/home/worker/
- ./config.ini:/home/worker/config.ini
- ./embedrank_worker.py:/home/worker/embedrank_worker.py
- ./model/kgr10.bin:/sent2vec/pretrained_model.bin
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment