mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
Generation crashing in docker #35
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 @leonardpauli on GitHub (Aug 13, 2024).
As per the readme:
crashed after a while at
SimpleDocumentStore.from_persist_dir(STORAGE_DIR)in backend/app/engine/generate.pyremoving the
-v $(pwd)/storage:/app/storagemade it work (but obviously not persisting)(not reproducing now, but posting issue on request from the event!)
@marcusschiesser commented on GitHub (Aug 18, 2024):
@leonardpauli, did it work in the end? This kind of error might be related to Docker being unable to mount the volume due to file system restrictions