fix(build): faulty file reference

This commit is contained in:
francisco.schulz 2024-05-06 15:59:55 -04:00
parent 8c1e30c6df
commit 3202d95638

View File

@ -36,7 +36,7 @@ RUN apt-get update && \
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN poetry --version
COPY pyproject.toml poetry.lock ./scripts/ops/download_model.py ./
COPY pyproject.toml poetry.lock ./
RUN poetry config virtualenvs.create true && \
poetry config virtualenvs.in-project true && \