Commit graph

5 commits

Author SHA1 Message Date
8d551cb36c
chore: Add missing variable to Dockerfile 2025-05-02 15:39:13 +02:00
ebfa81f38f
chore: Check if cache directory is writable, remove read_only from docker-compose examples
Some checks failed
Python Package CI/CD / Publish to PyPI (push) Successful in 1m31s
Docker CI/CD / Docker Build and Push to Docker Hub (push) Has been cancelled
2025-04-09 21:20:15 +02:00
399c233d67 chore(deps): update alpine docker tag to v3.21 2025-03-04 16:17:09 +00:00
803d41a417
feat(Dockerfile): optimize Python package installation
Some checks failed
Docker CI/CD / Docker Build and Push to Docker Hub (push) Successful in 2m33s
Python Package CI/CD / Publish to PyPI (push) Failing after 1m11s
Refactor Dockerfile to install project dependencies directly from the app directory. This change ensures the installed version matches the source code, potentially reducing mismatches between dependencies and code. Also separates the virtual environment creation step for better clarity.
2024-10-04 16:16:43 +02:00
2ca209042e
Add Docker support 2024-06-17 18:40:34 +03:00