Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

I would like to run socraticode locally without using Docker. It uses too much RAM just for one container. Is it possible?

You must be logged in to vote

Replies: 1 comment

Comment options

The current documented local setup still treats Docker as part of the supported path, not just as a convenience wrapper. The README’s “Only Docker (running) required” wording points in that direction, because startup depends on companion services being brought up around the app.

So if the question is “can I run the supported local setup without Docker?”, I would treat the answer as “not currently as the normal path”.

If RAM is the problem, I would try these before attempting a fully native install:

  1. Lower Docker Desktop’s memory limit if it is over-allocated.
  2. Use a host-native model provider only if the project supports pointing the app at it, so the Docker side does less model work.
  3. Keep the SocratiCode service/container path, but avoid running extra local model containers if you use cloud embeddings/models.
  4. If you want fully native Qdrant/Ollama/SocratiCode wiring, ask the maintainer whether those env vars are supported as a stable configuration; otherwise you may end up fighting the launcher.

So I would first reduce what Docker has to run, rather than trying a fully native install unless a maintainer confirms that configuration is supported.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.