tostido's picture
download
raw
711 Bytes
FROM python:3.11-slim
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
NLTK_DATA=/data/nltk_data \
UNIFIED_WEB_PORT=7860
RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates curl git rsync \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir -r requirements.txt
COPY . .
RUN chmod +x /app/startup.sh && \
mkdir -p data && cp config.json data/config.json 2>/dev/null || true
EXPOSE 7860
# startup.sh bridges /app -> /data/work/Convergence_Engine per quick-reference.
# First boot seeds the bucket and runs the vocab bootstrap once.
CMD ["/app/startup.sh"]

Xet Storage Details

Size:
711 Bytes
·
Xet hash:
6e5c5dca8df172768783f1672260026b39a3f6ae4494411309e0288104f28394

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.