Skip to content

Commit c5086c7

Browse files
authored
Merge branch 'remsky:master' into master
2 parents b19fd1d + 2c7e1e8 commit c5086c7

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)