We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per the readme:
docker run \ --rm \ -v $(pwd)/.env:/app/.env \ -v $(pwd)/config:/app/config \ -v $(pwd)/data:/app/data \ -v $(pwd)/storage:/app/storage \ hacknight \ poetry run generate
crashed after a while at SimpleDocumentStore.from_persist_dir(STORAGE_DIR) in backend/app/engine/generate.py
SimpleDocumentStore.from_persist_dir(STORAGE_DIR)
removing the -v $(pwd)/storage:/app/storage made it work (but obviously not persisting)
-v $(pwd)/storage:/app/storage
(not reproducing now, but posting issue on request from the event!)
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
No branches or pull requests
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/storage
made it work (but obviously not persisting)(not reproducing now, but posting issue on request from the event!)
The text was updated successfully, but these errors were encountered: