From 3202d95638ae3288a6aaa6da9ec0f45ba15e1dbf Mon Sep 17 00:00:00 2001 From: "francisco.schulz" Date: Mon, 6 May 2024 15:59:55 -0400 Subject: [PATCH] fix(build): faulty file reference --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a3e7996..4fa8d85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \