download
raw
229 Bytes
FROM python:3.11-slim
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir -r requirements.txt
COPY . .
CMD ["streamlit", "run", "app.py", "--server.port=7860"]

Xet Storage Details

Size:
229 Bytes
·
Xet hash:
3c268cb1ee1daa5bbe835e924d22aa1da2bcf97ca716692cec62e68e607866c7

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