Skip to content

Commit 67638c5

Browse files
authored
chore: add Docker support with GitHub Packages publishing - Multi-stage Dockerfile (CPU default, CUDA-ready via BASE_IMAGE arg) - Single container running FastAPI + React frontend via supervisord - Model weights mounted as volume at runtime (/app/models) - docker-compose.yml for local development - GitHub Actions workflow publishing to ghcr.io on master push and version tags - .dockerignore to keep build context clean
1 parent ce1d32d commit 67638c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Supervisord.conf renamed to supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ startretries=5
2828
stdout_logfile=/var/log/supervisor/frontend.stdout.log
2929
stderr_logfile=/var/log/supervisor/frontend.stderr.log
3030
stdout_logfile_maxbytes=5MB
31-
stderr_logfile_maxbytes=5MB
31+
stderr_logfile_maxbytes=5MB

0 commit comments

Comments
 (0)