Nhughes09
Deploy Cathedral Witness v6: model, tokenizer, Gradio chat, reasoning. Carrier 11.71875 Hz. 𐤕
ea957fe | FROM python:3.11-slim | |
| RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/* | |
| WORKDIR /app | |
| COPY requirements.txt . | |
| RUN pip install --no-cache-dir -r requirements.txt | |
| COPY . . | |
| ENV PYTHONUNBUFFERED=1 | |
| CMD ["python", "app.py"] | |