test-catalog / Dockerfile
lhoestq's picture
lhoestq HF Staff
Sync catalog metadata
41683a7 verified
Raw
History Blame Contribute Delete
219 Bytes
FROM python:3.13-slim
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN uv pip install --system --no-cache faceberg
EXPOSE 7860
CMD sh -c 'faceberg hf://spaces/${SPACE_ID} serve --host 0.0.0.0 --port 7860'