Skip to content

Commit

Permalink
fixup! Add Support for building Docker on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Nov 14, 2024
1 parent 5db2c8b commit 61b4a67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ RUN apt-get install -y --no-install-recommends \
libsndfile1-dev libc-dev curl && \
rm -rf /var/lib/apt/lists/*

# Install Rust compiler
# Install Rust compiler (to build sudachipy for Mac)
RUN curl --proto '=https' --tlsv1.2 -sSf "https://sh.rustup.rs" | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

RUN pip3 install --upgrade pip
RUN pip3 install -U pip setuptools wheel
RUN pip3 install -U spacy
RUN pip3 install -U "spacy[ja]<3.8"
RUN pip3 install llvmlite --ignore-installed

# Install Dependencies:
Expand Down

0 comments on commit 61b4a67

Please sign in to comment.