mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 00:45:54 +03:00
[GH-ISSUE #182] Dockerfile doesn't work #468
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @sevleo on GitHub (Apr 28, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/182
Originally assigned to: @AJaySi on GitHub.
For Dockerfile to work, I have to add this line right before step #7:
RUN apt-get update && apt-get install -y --no-install-recommends gcc build-essential && rm -rf /var/lib/apt/lists/*
Otherwise, I'm getting this error when trying to build the image:
After adding this line, the error is gone and the build command works
@AJaySi commented on GitHub (Apr 29, 2025):
@sevleo
Hello, how are you. Thanks for reporting the errors.
I confirmed the working of docker file, in this issue: https://github.com/AJaySi/AI-Writer/issues/179
But, please send me a PR about the proposed changes in dockerfile and we will get it included.
Regards.
@sevleo commented on GitHub (Apr 29, 2025):
@AJaySi added https://github.com/AJaySi/AI-Writer/pull/184