8 Commits
Author SHA1 Message Date
Father Bot 9bd3f60d59 Upgrade Docker base image to Python 3.12
python:3.8-slim is EOL (security support ended Oct 2024). Move to
python:3.12-slim and drop the pinned setuptools==59.5.0, which
predates 3.12 support; use the current setuptools instead.
2026-01-24 11:20:14 +03:00
Father Bot 8d9897d580 Set PYTHONUNBUFFERED=1 for immediate log output
Without unbuffered output the bot's stdout/stderr can sit in a
buffer, so 'docker logs' shows nothing until the buffer flushes.
Set PYTHONUNBUFFERED=1 so log lines appear in real time.
2025-12-21 21:03:50 +03:00
Father Bot a79d1cfbf3 Use pip --no-cache-dir to shrink the Docker image
Disable pip's download cache during the image build so the wheel
cache is not baked into the final layers, reducing image size.
Addresses #186.
2025-12-19 15:12:09 +03:00
Karim Iskakov 1847b9c90a Update Dockerfile for faster build 2023-06-20 17:34:46 +03:00
Karim IskakovandGitHub a8c1e211ab Update Dockerfile 2023-06-20 11:21:45 +03:00
Karim IskakovandGitHub 0610ea29cd Voice message recognition 2023-03-08 16:49:22 +03:00
Karim Iskakov da75ac50e0 Switch to GPT-3.5 engine 2023-01-16 14:20:47 -06:00
Karim Iskakov 4c36f8738a Working v0 2022-12-04 20:38:50 -06:00