copy image_prediction folder, not just files
This commit is contained in:
parent
cd3ce653e1
commit
8b9771373b
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user