mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
v25.12.12
This commit is contained in:
@@ -33,13 +33,11 @@ RUN apt-get update && \
|
||||
tesseract-ocr-${ISO3_LANG} || true && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# THIS IS THE ONLY CHANGE: Rust + your script in ONE layer
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
|
||||
. "$HOME/.cargo/env" && \
|
||||
chmod +x ebook2audiobook.sh && \
|
||||
./ebook2audiobook.sh --script_mode build_docker --docker_device "${DOCKER_DEVICE_STR}"
|
||||
|
||||
# JetPack 5.1.x CUDA 11.4 copy — silent on missing files
|
||||
RUN case "${DEVICE_TAG}" in \
|
||||
jetson51*) \
|
||||
echo "JetPack 5.1.x → copying CUDA 11.4 libs" && \
|
||||
|
||||
Reference in New Issue
Block a user