Docker / Windows installation not supported? #40
Massivemiike
started this conversation in
General
Replies: 2 comments 1 reply
-
Hey @Massivemiike, thanks for reaching out. Could you pls share the error you're running into? The docker installation path doesn't rely on uvloop and should work for a windows environment if you removed it from the pre requisites. One theory is that the already running ollama could be crashing with the one databridge's docker tries to run. You can comment out the setup for ollama in the docker compose file here and remove it's dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @Massivemiike, just checking in, did you manage to resolve this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'd like to start off by saying I like what this does and would love to implement it into the software I am building.
I am using Pycharm on Windows. I have Ollama running in Docker on the same windows machine.
I am running into an error that uvloop is not supported on windows during the prerequisites install.
If I remove that I run into another runtime error. Is it just me or this likely would not work on my Windows /Docker/ Pycharm environment? Are there plans to release a docker image? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions