Skip to content

Docker documentation update#18

Closed
GerdsenAI-Admin wants to merge 10 commits into
mainfrom
test-docker
Closed

Docker documentation update#18
GerdsenAI-Admin wants to merge 10 commits into
mainfrom
test-docker

Conversation

@GerdsenAI-Admin

Copy link
Copy Markdown
Contributor

This pull request updates documentation to clarify the Docker deployment process for the project. The main change is to inform users that pre-built Docker images are not available and that images must be built locally.

Docker deployment documentation updates:

  • Updated the main README.md to state that Docker configuration files are provided for building and deploying, and emphasized that no pre-built Docker images are published; users must build images locally.
  • Added a similar notice to docker/README.md, warning users that running docker-compose pull will fail and instructing them to build images locally using the provided commands.

- Add .flake8 with Black-compatible settings (line-length 88)
- Add mypy.ini with relaxed type checking for third-party imports
- Add pyproject.toml with black/pycodestyle configuration
- Update .gitignore to exclude .venv/ virtual environment
- Quote version specifiers in pip install commands to prevent
  shell interpretation issues with comparison operators
- Apply Black-compatible formatting (double quotes, trailing commas)
- Improve code readability with consistent line breaks
- No functional changes
- Apply Black-compatible formatting (double quotes, trailing commas)
- Improve code readability with consistent line breaks
- No functional changes
- Apply Black-compatible formatting (double quotes, trailing commas)
- Improve code readability with consistent line breaks
- No functional changes
- Remove unused Mock imports (F401)
- Fix line length issues (E501)
- Fix inline comment spacing (E261)
- Apply Black-compatible formatting (double quotes, trailing commas)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant