accelerated_base (latest-aarch64)
Published 2026-05-25 11:12:36 +00:00 by j
Installation
docker pull forge.jde.nz/public/accelerated_base:latest-aarch64sha256:92bd7b4a6c3d68445f9f2a5d1e7f2126a276b0a5e79af16d302659edf15d8b8aImage layers
| # debian.sh --arch 'arm64' out/ 'trixie' '@1779062400' |
| ARG APT_PROXY=http://pb-lxcaptcache:3142 |
| RUN |1 APT_PROXY=http://pb-lxcaptcache:3142 /bin/sh -c if [ -n "$APT_PROXY" ]; then proxy_host=$(echo "$APT_PROXY" | sed -E 's#^[a-z]+://##; s#[:/].*$##'); if getent hosts "$proxy_host" >/dev/null 2>&1; then echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/01proxy; echo "apt: using proxy $APT_PROXY"; else echo "apt: proxy host $proxy_host unresolvable — using direct fetch"; fi; fi # buildkit |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN |1 APT_PROXY=http://pb-lxcaptcache:3142 /bin/sh -c sed -i 's/^Components: .*/Components: main contrib non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources && apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget git build-essential pkg-config cmake python3 python3-pip python3-venv python3-dev ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libavdevice-dev libavfilter-dev vainfo libva2 libva-dev libva-drm2 libva-x11-2 libglib2.0-0t64 libsm6 libxext6 libxrender1 libgomp1 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |1 APT_PROXY=http://pb-lxcaptcache:3142 /bin/sh -c ARCH=$(uname -m) && if [ "$ARCH" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends intel-media-va-driver-non-free && apt-get clean && rm -rf /var/lib/apt/lists/*; else echo "ARM64: no Intel iGPU driver — VA-API falls back to software"; fi # buildkit |
| RUN |1 APT_PROXY=http://pb-lxcaptcache:3142 /bin/sh -c useradd -m -s /bin/bash appuser # buildkit |
| RUN |1 APT_PROXY=http://pb-lxcaptcache:3142 /bin/sh -c python3 -m venv /opt/venv # buildkit |
| ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN |1 APT_PROXY=http://pb-lxcaptcache:3142 /bin/sh -c pip install --no-cache-dir --upgrade pip setuptools wheel && pip install --no-cache-dir numpy Pillow opencv-python-headless imageio imageio-ffmpeg # buildkit |
| WORKDIR /app |
| ENV LIBVA_DRIVER_NAME=iHD |
| USER appuser |
| CMD ["/bin/bash"] |
Details
2026-05-25 11:12:36 +00:00
Versions (3)
View all
Container
164
OCI / Docker
linux/arm64
458 MiB