jaluoma / pruju-ai

An AI teaching assistant that allows students to interact with the teacher's course materials
MIT License
46 stars 20 forks source link

Please provide a working container or Dockerfile #9

Open fishfree opened 2 months ago

fishfree commented 2 months ago

That will accelerate deployment. Thank you very much!

jaluoma commented 2 months ago

Can you specify a bit further what you'd like in the Dockerfile? What kind of a setup are you looking for?

fishfree commented 2 months ago

Because I tried to run it in a conda environment and got lots of problems, of course, most of them are my own. Docker is better for out-of-box use.

jaluoma commented 1 month ago

I set out to do this but, while upgrading dependencies, I discovered a dependency conflict. Please see the details in the README.md. I wonder if this particular issue explains some of your problems.

The conflict can be resolved but it's a bit of a hack, and I wouldn't want to create a Dockerfile around that. The solution is to wait for the issue to be addressed upstream or to drop/switch the problematic dependency. There isn't really a quick fix, I'm afraid. Apologies for the inconvenience!