Page MenuHomePhabricator

Review and test instructions for Docker setup
Closed, ResolvedPublic

Description

Review and test instructions for Docker setup, and make sure everything still works.

  • Start from published releases: docker-compose --file wikispeech.yml up --abort-on-container-exit
  • Build dev images using docker-compose: docker-compose --file wikispeech-dev.yml up --abort-on-container-exit --build
  • Import standard lexicons using dev images: docker-compose --file pronlex-import-all-dev.yml up
  • Start from dev images build using docker-compose: docker-compose --file wikispeech-dev.yml up --abort-on-container-exit