MH0386 commited on
Commit
d80a627
·
verified ·
1 Parent(s): 7ce728a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN --mount=type=bind,source=uv.lock,target=uv.lock \
26
  --mount=type=bind,source=README.md,target=README.md \
27
  --mount=type=bind,source=src,target=/home/vocalizr/app/src \
28
  apk update && \
29
- apk add --no-cache build-base python3-dev linux-headers espeak-ng-dev && \
30
  apk add --no-cache espeak-ng ffmpeg && \
31
  uv export --no-hashes --no-editable --no-dev --quiet -o requirements.txt && \
32
  uv pip install --system -r requirements.txt && \
 
26
  --mount=type=bind,source=README.md,target=README.md \
27
  --mount=type=bind,source=src,target=/home/vocalizr/app/src \
28
  apk update && \
29
+ apk add --no-cache build-base python3-dev linux-headers espeak-ng-dev gcompat && \
30
  apk add --no-cache espeak-ng ffmpeg && \
31
  uv export --no-hashes --no-editable --no-dev --quiet -o requirements.txt && \
32
  uv pip install --system -r requirements.txt && \