short-video-maker / Dockerfile
alisaadhq's picture
Create Dockerfile
8cd625b verified
Raw
History Blame Contribute Delete
336 Bytes
# Use the official pre-built image from the creator
FROM gyoridavid/short-video-maker:latest-tiny
# Set the port Hugging Face expects
ENV PORT=7860
# Your API keys (these will be overridden by Secrets, but set as fallback)
ENV PEXELS_API_KEY=placeholder
# Performance settings (already optimized in the tiny image)
ENV LOG_LEVEL=info