Building docker on macOS seems to have dependency issues #829
Replies: 2 comments 1 reply
-
Hey @EdanToledo 🙂 @KaleabTessera you are using a macOS right? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Try reverb~=0.7.3, anything in 0.7 should work with minor tweaks, maybe it just can't find that exact version for some reason? Otherwise I think you might need to do the weird jax install for M1 😢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
Trying to build docker image on macOS and it seemingly is giving me a reverb versioning issue. Not sure if this is just me or there's been some updates to reverb which has caused some breaking issues to the docker build.
This is the error I get:
I get this when running
make build version=jax-core
Even when removing the specific dm-reverb version in the setup.py file the issue persists.
Beta Was this translation helpful? Give feedback.
All reactions