/pyfst-docker

Docker image for PyFST using OpenFST 1.6.0 and Python 3.6

PyFST Docker Image

Easily install and run Pyfst using OpenFST 1.6.0 and Python 3.6

Pyfst will be installed in a virtualenv in the container home directory: ~/venv/. See Dockerfile for more information.

Usage

Pull from Docker Hub

$ docker pull 0xnurl/pyfst-docker

https://hub.docker.com/r/0xnurl/pyfst-docker/

or Clone and Build

$ docker build -t pyfst:latest ./docker/

Starting the container

$ docker run -i -t pyfst:latest

Parameters explained:

  • -i - Interactive shell
  • -t - Spawn a terminal