Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize the system #1

Merged
merged 1 commit into from
Oct 21, 2019
Merged

Dockerize the system #1

merged 1 commit into from
Oct 21, 2019

Conversation

santhoshtr
Copy link
Contributor

  1. Install all dependencies using Docker
  2. Install marian MT using Docker. So remove install folder. marian MT
    static binaries will be present at /usr/local/bin
  3. Remove swap set up in make. It should be managed by Docker later
  4. Remove gperftools - I don't see it used

Running docker-compose up will prepare a container with marian MT, all required packages and default Opus-MT services.

Running docker-compose run opus-mt bash will take user to the bash terminal in the container

TODO: Manage multiple language-pair installation and a single
web api for abstract Marian MT websockets behind it

1. Install all dependencies using Docker
2. Install marian MT using Docker. So remove install folder. marian MT
   static binaries will be present at /usr/local/bin
3. Remove swap set up in make. It should be managed by Docker later
4. Remove gperftools - I don't see it used

TODO: Manage multiple language-pair installation and a single
web api for abstract Marian MT websockets behind it
@jorgtied jorgtied merged commit 49c47d4 into Helsinki-NLP:master Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants