| FROM python:3.12-slim | |
| WORKDIR /app | |
| COPY requirements.txt . | |
| RUN pip install --no-cache-dir -r requirements.txt | |
| COPY . . | |
| RUN mkdir -p data | |
| EXPOSE 8000 | |
| CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "1000"] | |
Xet Storage Details
- Size:
- 222 Bytes
- Xet hash:
- 37bad8bb01fa22657fe1eda7e04f17e451e5e5fd2cddb29d602a9ef4c738dd7a
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.