mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
@@ -1,7 +1,7 @@
|
||||
ARG PYTHON_VERSION=3.12
|
||||
FROM python:${PYTHON_VERSION}-slim-bookworm
|
||||
|
||||
ARG APP_VERSION=25.12.12
|
||||
ARG APP_VERSION=25.25.25
|
||||
LABEL org.opencontainers.image.title="ebook2audiobook" \
|
||||
org.opencontainers.image.description="Generate audiobooks from e-books, voice cloning & 1158 languages!" \
|
||||
org.opencontainers.image.version="${APP_VERSION}" \
|
||||
|
||||
@@ -333,7 +333,6 @@ if not "%OK_PROGRAMS%"=="0" (
|
||||
where /Q python && set PY_FOUND=1
|
||||
where /Q python3 && set PY_FOUND=1
|
||||
where /Q py && set PY_FOUND=1
|
||||
|
||||
if not defined PY_FOUND (
|
||||
echo %ESC%[31m=============== %%p installation failed.%ESC%[0m
|
||||
goto :failed
|
||||
|
||||
Reference in New Issue
Block a user