Skip to content

Commit

Permalink
Merge pull request #40 from moeru-ai/chore/clean-dockerfile
Browse files Browse the repository at this point in the history
chore(dockerfile): remove langid
  • Loading branch information
mlinmg authored Dec 15, 2024
2 parents e7e9cb0 + d506b65 commit c7af7b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ COPY . .

RUN apt update && apt install -y build-essential portaudio19-dev

# ModuleNotFoundError: No module named 'langid'
RUN --mount=type=cache,target=/root/.cache/pip python -m pip install langid /app
RUN --mount=type=cache,target=/root/.cache/pip python -m pip install /app

ENTRYPOINT [ "auralis.openai" ]

Expand Down

0 comments on commit c7af7b8

Please sign in to comment.