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

Error building the neural network docker image #36

Open
boladjivinny opened this issue Oct 27, 2023 · 0 comments
Open

Error building the neural network docker image #36

boladjivinny opened this issue Oct 27, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@boladjivinny
Copy link

I kept getting this error while building some of the neural network docker images (only tried for GNN-s2v and GGSSN-GMN).
image
Apparently, it is related to this grpc/grpc#34569 which I was able to fix by changing the explicitly specifying the version of grpcio that I wanted to be used in the requirements. There probably is a better fix for this, but I am just putting it out there in case someone might need it too.

Here is what my requirements.txt file looks like for GGSSN-GMN

grpcio==1.50.0 #<- added this ->
coloredlogs==15.0.1
dm-sonnet==1.34
MarkupSafe==2.0.0
networkx==2.5
pandas==1.3.5
scikit-learn==1.0.2
tensorflow-estimator==1.14.0
tensorflow-probability==0.7
tensorflow==1.14.0
tqdm==4.64.0
@jimmy-sonny jimmy-sonny self-assigned this Oct 29, 2023
@jimmy-sonny jimmy-sonny added the bug Something isn't working label Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants