FROM python:3.10-slim WORKDIR /app COPY app/shard_node.py . RUN pip install fastapi uvicorn sentence-transformers numpy CMD ["python", "shard_node.py"]