clewdr / Dockerfile
Clewdr Fix
Fix Dockerfile: Remove CLEWDR_IP and CLEWDR_PORT env vars
0b96fb9
raw
history blame contribute delete
299 Bytes
# 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}