Skip to content

Conversation

@lee101
Copy link
Contributor

@lee101 lee101 commented Jun 8, 2025

Summary

  • add Dockerfile and .dockerignore
  • document Docker builds for RunPod and Google Cloud Run using L4 GPUs
  • add workflow to build/push Docker images
  • link documentation from README
  • add health check endpoint
  • add flake8 config and CI workflow
  • use uv for dependency installation and cache packages
  • add Makefile, docker-compose and pre-commit
  • add bug report issue template
  • test /healthz endpoint

Testing

  • pip install uv (success)
  • uv pip install -r requirements.txt -r dev-requirements.txt (failed: build errors for line_profiler)
  • pip install pillow pytest flake8 (success)
  • pytest -q (fails: ModuleNotFoundError: No module named 'pillow_avif')
  • flake8 (fails with various style errors)

https://chatgpt.com/codex/tasks/task_e_6844e1da4f7c83338a31037d82a91feb

@lee101 lee101 merged commit 34be365 into main Jun 8, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants