API / Dockerfile
davidgasquez's picture
Upload folder using huggingface_hub
f0b559b verified
raw
history blame
125 Bytes
FROM python:3.12
COPY roapi.yml /app/roapi.yml
RUN pip install --no-cache-dir roapi
CMD ["roapi", "-c", "/app/roapi.yml"]