-
Notifications
You must be signed in to change notification settings - Fork 16
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
Build failing for custom tensorflow inside docker #55
Comments
Hey @DreamingRaven thanks for the issue. We're not actively supporting arch linux right now but would happily accept a PR that fixes this issue as long as it runs on ubuntu 19.04 as well. |
No probs @justin1121 I figured as much, I will be working on a fix in the background slowly as its not a top priority for me at this current point in time. But at some point in the next month or so I will look further into it as it would be preferable to be able to use up-to-date arch tools inside the container.
|
Awesome 😄. Definitely able to lend a hand if you get stuck anywhere. Feel free to reach out. |
Hi @DreamingRaven, just wanted to check if there are any updates here? |
@mortendahl Appologies, due to constraints + CKKS scheme, I have gone pure pybind11 + seal v 3.4.5 so I can have more fine grain control of the encryption and serialisation for databases. but I will need to move to GPU soon for neural network speedup which will likely lead me back here to create an arch compatible build. |
@DreamingRaven Hi, did you find any framework that could support GPU speedup for encrypted data? I'm not quite sure this lib could be usble. |
I believe there needs to be a patch applied to allow tensorflow to build with newer grpc versions, as tensorflow only supports a single commit of grpc.
I believe this is related to:
Error message
Reproduce
Using this arch dockerfile in current directory:
https://github.com/DreamingRaven/nemesyst/blob/37b7c546f7e9c0c85f4916a8c57b07f4e2c26f90/examples/containers/tf_seal/Dockerfile
sudo docker build -t archer/tf_seal .
sudo docker run --gpus all -it archer/tf_seal bash
or if there is no nvidia container toolkitsudo docker run -it archer/tf_seal bash
to get an interactive terminalcd ~/git/tf-seal/
make tensorflow
The text was updated successfully, but these errors were encountered: