Closed santhoshtr closed 5 years ago
Running docker-compose up will prepare a container with marian MT, all required packages and default Opus-MT services.
docker-compose up
Running docker-compose run opus-mt bash will take user to the bash terminal in the container
docker-compose run opus-mt bash
TODO: Manage multiple language-pair installation and a single web api for abstract Marian MT websockets behind it
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 containerTODO: Manage multiple language-pair installation and a single web api for abstract Marian MT websockets behind it