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

instructions for docker users #14

Closed
alecristia opened this issue Oct 12, 2018 · 7 comments
Closed

instructions for docker users #14

alecristia opened this issue Oct 12, 2018 · 7 comments

Comments

@alecristia
Copy link

How does one access one's files from inside the interactive session? That is, if I sudo docker run -it phonemizer /bin/bash I get transported inside a different space, where my files are not available. Right? And this is the only way to call phonemizer in mac?

Minor suggestion: In the instructions for docker users, add the explicit instruction to do git clone https://github.com/bootphon/phonemizer.git.

@mmmaat
Copy link
Collaborator

mmmaat commented Oct 12, 2018

You can use phonemizer directly in mac if you have espeak and/or festival installed in it. Else, yes, docker is the alternative.

To share data to/from docker use the -v option of docker run.

sudo docker run -v /path:/path/in/container -it phonemizer /bin/bash mounts the host directory /path at the /path/in/container

@mmmaat mmmaat closed this as completed Oct 12, 2018
mmmaat pushed a commit that referenced this issue Oct 12, 2018
@alecristia
Copy link
Author

alecristia commented Oct 12, 2018 via email

@mmmaat
Copy link
Collaborator

mmmaat commented Oct 12, 2018

Within the docker ??

@alecristia
Copy link
Author

alecristia commented Oct 12, 2018 via email

@mmmaat
Copy link
Collaborator

mmmaat commented Oct 12, 2018

Can I have your espeak version please?
espeak --version

@mmmaat mmmaat reopened this Oct 12, 2018
@alecristia
Copy link
Author

speak text-to-speech: 1.48.03 04.Mar.14 Data at: /usr/local/Cellar/espeak/1.48.04_1/share/espeak-dat

@mmmaat mmmaat closed this as completed in 332b8dd Oct 22, 2018
@mmmaat
Copy link
Collaborator

mmmaat commented Oct 22, 2018

Solved in 332b8dd. Should be working now.

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

No branches or pull requests

2 participants