-
Notifications
You must be signed in to change notification settings - Fork 212
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
unable to find user openfl: no matching entries in passwd file #1211
Comments
Hi @yanmxa, I suppose you've been following the instructions in the openfl-docker/README.md? From the console outputs you've provided, it looks like you're encountering a problem retrieving the base openfl image. Alternatively, could you try rebuilding the base openfl image locally from sources? cd openfl-docker
docker build . -t openfl -f Dockerfile.base --build-arg OPENFL_REVISION=https://github.com/securefederatedai/openfl.git@develop Looping in @MasterSkepticista and @psfoley, as they may be able to provide additional insight. |
@yanmxa It seems you modified
Let us know if this works. Since it cannot be known which usernames would be used during deployment, we do not expose the option to configure usernames during build. We are reviewing it internally to see if there are better ways to handle this. |
Describe the bug
A clear and concise description of what the bug is.
I want to build an image from the current workspace with
fx workspace dockerize --save
. But it always throws the following error message:To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: