-
Notifications
You must be signed in to change notification settings - Fork 88
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
error when run example -- 1-word_count.py #16
Comments
@dianfu it seems there is some issue related to permission of creating the output directory. I couldn't figure out why, would you be able to help? |
@kelvin1794 @pzg250 It maps the directory /opt/examples in the docker container to the directory examples on the host. Could you check the write permission of host directory examples? |
@dianfu I think the process is run by 9999 while the UID of the host is 1000. I can take a look into it and pull a request soon. |
@kelvin1794 thanks a lot~ |
I also met with this error. It seems that I do not have the permission to make the directory. Can anyone help me? |
Has this issue been resolved? I am facing a similar error and it does not seem to be due to access permissions into the examples folder. |
@sirvp sorry, I haven't been able to allocate some time to fix this. Let me do it these couple of days! |
Hi,
I followed the readme. After start docker, run example, there is an error occurred.
Anyone can help ?
The text was updated successfully, but these errors were encountered: