-
Notifications
You must be signed in to change notification settings - Fork 21
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
add docker instructions #30
Conversation
This is strange, it seems that it couldn't find jaxlib:
Full log:
I will investigate if it's related to the docker image type. |
hmm, it worked on an intel mac & on a windows machine, things that could be happening:
|
My gut feeling is telling me this one. But it shouldn't be an issue because I'm able to install the requirements without docker:
|
Probably cpu: jax-ml/jax#13608 I can try using conda instead of pip, I'll ping you when that's done. |
I've looked for a simple way to dockerize a universal context but conda requires specifying the CPU arch so it gets messy. So I've opted for adding a warning in the docs and a suggestion to try conda if you're running on arm-linux. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Several people have reported issues with dependencies in different execution contexts eg. M1 macs, windows.
This adds instructions for running in a Dockerized context on the standard
python:3.10
docker image.Related to #29