Skip to content

Commit 2c7e1e8

Browse files
authored
Merge pull request #291 from RigleGit/patch-1
2 parents f1fa340 + 83325b7 commit 2c7e1e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/cpu/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ WORKDIR /app
3030
# Copy dependency files
3131
COPY --chown=appuser:appuser pyproject.toml ./pyproject.toml
3232

33+
# Install Rust (required to build sudachipy and pyopenjtalk-plus)
34+
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
35+
ENV PATH="/home/appuser/.cargo/bin:$PATH"
36+
3337
# Install dependencies
3438
RUN --mount=type=cache,target=/root/.cache/uv \
3539
uv venv --python 3.10 && \

0 commit comments

Comments
 (0)