linguask / Dockerfile
GitHub Action
refs/heads/ci-cd/hugging-face
8b414b0
raw
history blame
152 Bytes
FROM python:3.8-slim
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN poetry --no-root install
CMD ["poetry", "run", "make", "build"]