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 && \