mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
Provider deployment options for Python and TS #156
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zupdaz on GitHub (May 23, 2025).
Originally assigned to: @leehuwuj on GitHub.
I’m running into issues trying to deploy create-llama instance to the web. The current structure with the LlamaIndex Server running everything makes deployment quite tricky, and there’s little to no documentation available to guide the process.
I’ve tried test deploying on Vercel and Render. In both cases, the build completes successfully, but I get a “404 Not Found” when trying to access the site. I suspect it’s due to the server setup or missing backend handling.
Could you please provide:
1. Documentation or guidance for deploying Create-Llama to the web
2. Any known working examples or preferred hosting environments
@marcusschiesser commented on GitHub (May 24, 2025):
For NextJS, we're working converting the app to a NextJS project, so coming soon.
For Python, it should be very easy if you use a
Dockerfilesimilar to this:Can you test if that works, then we can add it to the template?
@zupdaz commented on GitHub (May 24, 2025):
Great, thanks! I spent a lot of time trying to set up a Next.js project, but the Python Docker version makes things much simpler. That said, the Next.js project, provided by createllama will have additional benefits (like customizability).
@marcusschiesser commented on GitHub (May 25, 2025):
@zupdaz so the Dockerfile did work? Then we can add it to the template
@marcusschiesser commented on GitHub (May 28, 2025):
things to do: