| # Use the pre-built image | |
| FROM ghcr.io/xerxes-2/clewdr:latest | |
| # Set environment variables for Hugging Face deployment | |
| # NOTE: Do NOT set CLEWDR_IP or CLEWDR_PORT here - Hugging Face handles these automatically | |
| ENV CLEWDR_NO_FS=TRUE | |
| # Expose the port that Hugging Face expects | |
| EXPOSE ${PORT:-7860} | |