copy image_prediction folder, not just files

This commit is contained in:
francisco.schulz 2023-06-19 11:26:15 +02:00
parent cd3ce653e1
commit 8b9771373b
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,8 @@ ENV PATH="$POETRY_HOME/bin:$PATH"
RUN curl -sSL https://install.python-poetry.org | python3 -
COPY ./data ./data
COPY pyproject.toml poetry.lock banner.txt config.yaml ./src ./image_prediction ./
COPY ./image_prediction ./image_prediction
COPY pyproject.toml poetry.lock banner.txt config.yaml ./src ./
RUN poetry config virtualenvs.create false && \
poetry config installer.max-workers 10 && \

View File

@ -20,7 +20,8 @@ ENV PATH="$POETRY_HOME/bin:$PATH"
RUN curl -sSL https://install.python-poetry.org | python3 -
COPY ./data ./data
COPY pyproject.toml poetry.lock banner.txt config.yaml ./src ./image_prediction ./
COPY ./image_prediction ./image_prediction
COPY pyproject.toml poetry.lock banner.txt config.yaml ./src ./
RUN poetry config virtualenvs.create false && \
poetry config installer.max-workers 10 && \