Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinmg committed Dec 15, 2024
2 parents a5a97a7 + c7af7b8 commit d594077
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 d594077

Please sign in to comment.