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

Add a Dockerfile #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterwwillis
Copy link

Build the latest version of Julius in a Docker container with the following command:

$ docker build -t julius:latest .

Creates a 94MB Docker image:

$ docker image ls julius:latest
REPOSITORY   TAG       IMAGE ID       CREATED          SIZE
julius       latest    83aa126360a2   18 minutes ago   94MB

Use the Docker image in the downloaded English models folder (assuming you've edited dnn.jconf):

$ pwd
/home/peter/Downloads/julius/ENVR-v5.4.Dnn.Bin
$ docker run --rm -it -v `pwd`:/app -w /app julius:latest julius -C julius.jconf -dnnconf dnn.jconf

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

1 participant