stanford-oval / storm

An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations.
http://storm.genie.stanford.edu
MIT License
10.06k stars 948 forks source link

Docker compose version #83

Open flefevre opened 1 month ago

flefevre commented 1 month ago

Dear storm ai team, I would like to know if there is a docker compose version to ease installation and deployment? Thanks

ByerRA commented 1 month ago

I would also be interested in this as well as I tend to do most of my research/work in docker containers.

zenith110 commented 1 month ago

Hi! I made a docker image for a fastapi server based storm implementation if you're interested here: https://github.com/PhantomTechTeam/storm-server, with the image being zenith110/storm-server. It has support for docker-compose, k8s using k3d, and in progress helm charts to deploy to production.