copy test dir into container
This commit is contained in:
parent
1d043f97fc
commit
694a6ccb33
@ -21,6 +21,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 -
|
|||||||
|
|
||||||
COPY ./data ./data
|
COPY ./data ./data
|
||||||
COPY ./image_prediction ./image_prediction
|
COPY ./image_prediction ./image_prediction
|
||||||
|
COPY ./test ./test
|
||||||
COPY pyproject.toml poetry.lock banner.txt config.yaml ./src ./
|
COPY pyproject.toml poetry.lock banner.txt config.yaml ./src ./
|
||||||
|
|
||||||
RUN poetry config virtualenvs.create false && \
|
RUN poetry config virtualenvs.create false && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user