Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 && \
|