mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-06 20:43:56 -05:00
...
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:${PYTHON_VERSION}-slim-bookworm
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
ARG APP_VERSION=25.12.31
|
||||
ARG APP_VERSION=25.12.32
|
||||
ARG DEVICE_TAG=cu128
|
||||
ARG DOCKER_DEVICE_STR='{"name": "cu128", "os": "manylinux_2_28", "arch": "x86_64", "pyvenv": [3, 12], "tag": "cu128", "note": "default device"}'
|
||||
ARG DOCKER_PROGRAMS_STR="curl ffmpeg nodejs npm espeak-ng sox tesseract-ocr"
|
||||
|
||||
@@ -1 +1 @@
|
||||
25.12.31
|
||||
25.12.32
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
APP_VERSION: ${APP_VERSION:-25.25.25}
|
||||
APP_VERSION: ${APP_VERSION:-25.12.32}
|
||||
DEVICE_TAG: ${DEVICE_TAG:-cpu} # e.g. cu128, cu118, rocm, xpu, cpu
|
||||
container_name: ebook2audiobook
|
||||
working_dir: /app
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
APP_VERSION: ${APP_VERSION:-25.25.25}
|
||||
APP_VERSION: ${APP_VERSION:-25.12.32}
|
||||
DEVICE_TAG: ${DEVICE_TAG:-cpu} # e.g. cu124, cu128, rocm, xpu, cpu etc.
|
||||
container_name: ebook2audiobook
|
||||
working_dir: /app
|
||||
|
||||
Reference in New Issue
Block a user