YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
OpenClaw on Hugging Face Spaces
Official installation from openclaw.ai
FROM node:22-slim
Install system dependencies
RUN apt-get update && apt-get install -y
git
git-lfs
python3
python3-pip
curl
wget
&& rm -rf /var/lib/apt/lists/*
Set working directory
WORKDIR /app
Official OpenClaw Installation
RUN curl -fsSL https://openclaw.ai/install.sh | bash
Copy workspace files
COPY workspace/ /app/workspace/ COPY .openclawrc /app/.openclawrc 2>/dev/null || true
Create necessary directories
RUN mkdir -p /app/.openclaw/workspace
Expose port
EXPOSE 7860
Health check
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3
CMD curl -f http://localhost:7860/ || exit 1
Start OpenClaw Gateway
CMD ["openclaw", "gateway", "start"]
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support