Skip to content

Commit

Permalink
fix: copy src folder (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt authored Jan 25, 2024
1 parent 5f26f33 commit 4fa251f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ RUN tar zxvf kytea-0.4.7.tar.gz \

WORKDIR /work

COPY ./data ./data
COPY ./konoha ./konoha
COPY ./data ./data
COPY ./src ./src
COPY ./pyproject.toml ./pyproject.toml
COPY ./poetry.lock ./poetry.lock
COPY ./README.md ./README.md
COPY ./poetry.lock ./poetry.lock
COPY ./README.md ./README.md

RUN python3.10 -m pip install -U pip
RUN python3.10 -m pip install .[all]
Expand Down

0 comments on commit 4fa251f

Please sign in to comment.