Use uv, update to Python 3.13, add docker

This commit is contained in:
2025-11-19 11:07:07 -08:00
parent cd57db2440
commit 5d9238f693
5 changed files with 1155 additions and 625 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM python:3.13
RUN mkdir /app
WORKDIR /app
RUN apt update && apt install -y curl
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
ENV PATH="/root/.local/bin/:$PATH"
CMD uv sync && uv run python3 -m discord_markov