Below is the output when I try to build using the following command with JetPack 6.2:
jetson-containers build text-generation-webui
Does anyone have any ideas? Thanks in advance.
Namespace(packages=[‘text-generation-webui’], name=‘’, base=‘’, multiple=False, build_flags=‘’, build_args=‘’, use_proxy=False, package_dirs=[‘’], list_packages=False, show_packages=False, skip_packages=[‘’], skip_errors=False, skip_tests=[‘’], test_only=[‘’], simulate=False, push=‘’, no_github_api=False, log_dir=None, log_level=None, log_colors=None, log_status=None, debug=False, verbose=False, version=False)
┌───────────────────────┬────────────────────────┐
│ L4T_VERSION 36.4.3 │ JETPACK_VERSION 6.2 │
│ CUDA_VERSION 12.9 │ PYTHON_VERSION 3.10 │
│ SYSTEM_ARCH aarch64 │ LSB_RELEASE 22.04 │
└───────────────────────┴────────────────────────┘
$ jetson-containers text-generation-webui
[21:03:23] BUILDING [‘build-essential’, ‘pip_cache:cu129’, ‘cuda:12.9’, ‘cudnn’, ‘python’, ‘numpy’, ‘cmake’, ‘onnx’, ‘pytorch:2.7’, ‘torchvision’, ‘huggingface_hub’, ‘rust’, ‘transformers’, ‘auto_gptq’, ‘triton’, ‘diffusers’, ‘xformers’, ‘flash-attention’, ‘exllama’, ‘sudonim’, ‘llama_cpp’, ‘auto_awq’, ‘text-generation-webui’]
sformers’, ‘auto_gptq’, ‘triton’, ‘diffusers’, ‘xformers’, ‘flash-attention’, ‘exllama’, ‘sudonim’, ‘llama_cpp’, ‘auto_awq’, ‘text-generation-webui’]_hub’, ‘rust’, 'tran]
┌─────────────────────────────────────────────────────────────────────┐
│ > BUILDING text-generation-webui:r36.4-cu129-22.04-build-essential │
└─────────────────────────────────────────────────────────────────────┘
DOCKER_BUILDKIT=0 docker build --network=host
–tag text-generation-webui:r36.4-cu129-22.04-build-essential
–file /home/peter/jetson-containers/packages/build/build-essential/Dockerfile
–build-arg BASE_IMAGE=ubuntu:22.04
/home/peter/jetson-containers/packages/build/build-essential
[21:03:23] [1/23] Building build-essential (text-generation-webui:r36.4-cu129-22.04-build-essential) 0 stages completed in 00m00s at 21:03:23
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
environment-variable.
Sending build context to Docker daemon 21.5kB
Step 1/5 : ARG BASE_IMAGE
Step 2/5 : FROM ${BASE_IMAGE}
—> 1c48965c5eed
Step 3/5 : ENV DEBIAN_FRONTEND=noninteractive LANGUAGE=en_US:en LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 WGET_FLAGS=“–quiet --show-progress --progress=bar:force:noscroll --no-check-certificate”
—> Using cache
—> de532aa47811
Step 4/5 : RUN set -ex && apt-get update && apt-get install -y --no-install-recommends locales locales-all tzdata && locale-gen en_US $LANG && update-locale LC_ALL=$LC_ALL LANG=$LANG && locale && apt-get install -y --no-install-recommends build-essential software-properties-common apt-transport-https ca-certificates lsb-release pkg-config gnupg git git-lfs gdb wget wget2 curl nano zip unzip time sshpass ssh-client && apt-get clean && rm -rf /var/lib/apt/lists/* && gcc --version && g++ --version
—> Using cache
—> ddd11dc05c05
Step 5/5 : COPY tarpack vercmp /usr/local/bin/
—> Using cache
—> 71dce2f1028c
Successfully built 71dce2f1028c
Successfully tagged text-generation-webui:r36.4-cu129-22.04-build-essential
[21:03:23] [1/23] Testing build-essential (text-generation-webui:r36.4-cu129-22.04-build-essential) 0 stages completed in 00m00s at 21:03:23
┌─────────────────────────────────────────────────────────────────────┐
│ > BUILDING text-generation-webui:r36.4-cu129-22.04-pip_cache_cu129 │
└─────────────────────────────────────────────────────────────────────┘
DOCKER_BUILDKIT=0 docker build --network=host
–tag text-generation-webui:r36.4-cu129-22.04-pip_cache_cu129
–file /home/peter/jetson-containers/packages/cuda/cuda/Dockerfile.pip
–build-arg BASE_IMAGE=text-generation-webui:r36.4-cu129-22.04-build-essential
–build-arg TAR_INDEX_URL=“https://apt.jetson-ai-lab.dev/jp6/cu129”
–build-arg MULTIARCH_URL=“https://apt.jetson-ai-lab.dev/multiarch”
–build-arg DOWNLOADS_URL=“https://apt.jetson-ai-lab.dev/assets”
–build-arg PIP_INDEX_REPO=“https://pypi.jetson-ai-lab.dev/jp6/cu129”
–build-arg PIP_UPLOAD_REPO=“http://localhost/jp6/cu129”
–build-arg PIP_UPLOAD_USER=“jp6”
–build-arg PIP_UPLOAD_PASS=“none”
–build-arg SCP_UPLOAD_URL=“localhost:/dist/jp6/cu129”
–build-arg SCP_UPLOAD_USER=“None”
–build-arg SCP_UPLOAD_PASS=“None”
/home/peter/jetson-containers/packages/cuda/cuda
[21:03:23] [2/23] Building pip_cache:cu129 (text-generation-webui:r36.4-cu129-22.04-pip_cache_cu129) 1 stages completed in 00m00s
at 21:03:23
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
environment-variable.
Sending build context to Docker daemon 47.1kB
Step 1/4 : ARG BASE_IMAGE
Step 2/4 : FROM ${BASE_IMAGE}
—> 71dce2f1028c
Step 3/4 : ARG PIP_INDEX_REPO PIP_UPLOAD_REPO PIP_UPLOAD_USER PIP_UPLOAD_PASS PIP_TRUSTED_HOSTS TAR_INDEX_URL MULTIARCH_URL SCP_UPLOAD_URL
SCP_UPLOAD_USER SCP_UPLOAD_PASS
—> Using cache
—> e42ac8c2cd49
Step 4/4 : ENV MULTIARCH_URL=${MULTIARCH_URL} TAR_INDEX_URL=${TAR_INDEX_URL} PIP_INDEX_URL=${PIP_INDEX_REPO} PIP_TRUSTED_HOST=${PIP_TRUSTED_HOSTS} TWINE_
REPOSITORY_URL=${PIP_UPLOAD_REPO} TWINE_USERNAME=${PIP_UPLOAD_USER} TWINE_PASSWORD=${PIP_UPLOAD_PASS} SCP_UPLOAD_URL=${SCP_UPLOAD_URL} SCP_UPLOAD_USER=${
SCP_UPLOAD_USER} SCP_UPLOAD_PASS=${SCP_UPLOAD_PASS}
—> Using cache
—> 36b70d140cc6
[Warning] One or more build-args [DOWNLOADS_URL] were not consumed
Successfully built 36b70d140cc6
Successfully tagged text-generation-webui:r36.4-cu129-22.04-pip_cache_cu129
[21:03:23] [2/23] Testing pip_cache:cu129 (text-generation-webui:r36.4-cu129-22.04-pip_cache_cu129) 1 stages completed in 00m00s
at 21:03:23
┌───────────────────────────────────────────────────────────────┐
│ > BUILDING text-generation-webui:r36.4-cu129-22.04-cuda_12.9 │
└───────────────────────────────────────────────────────────────┘
DOCKER_BUILDKIT=0 docker build --network=host
–tag text-generation-webui:r36.4-cu129-22.04-cuda_12.9
–file /home/peter/jetson-containers/packages/cuda/cuda/Dockerfile
–build-arg BASE_IMAGE=text-generation-webui:r36.4-cu129-22.04-pip_cache_cu129
–build-arg CUDA_URL=“https://developer.download.nvidia.com/compute/cuda/12.9.0/local_installers/cuda-tegra-repo-ubuntu2204-12-9-local_12.9.0-1_arm64.deb”
–build-arg CUDA_DEB=“cuda-tegra-repo-ubuntu2204-12-9-local”
–build-arg CUDA_PACKAGES=“cuda-toolkit*”
–build-arg CUDA_ARCH_LIST=“87”
–build-arg DISTRO=“ubuntu2204”
/home/peter/jetson-containers/packages/cuda/cuda
[21:03:23] [3/23] Building cuda:12.9 (text-generation-webui:r36.4-cu129-22.04-cuda_12.9) 2 stages completed in 00m00s
at 21:03:23
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
environment-variable.
Sending build context to Docker daemon 47.1kB
Step 1/9 : ARG BASE_IMAGE
Step 2/9 : FROM ${BASE_IMAGE}
—> 36b70d140cc6
Step 3/9 : ARG CUDA_URL CUDA_DEB CUDA_PACKAGES CUDA_ARCH_LIST DISTRO=“ubuntu2004”
—> Using cache
—> 4c2829119ba6
Step 4/9 : COPY install.sh /tmp/cuda/install.sh
—> Using cache
—> e0aee541a592
Step 5/9 : RUN /tmp/cuda/install.sh
—> Using cache
—> 474c08cbaf3e
Step 6/9 : ENV CUDA_HOME=“/usr/local/cuda”
—> Using cache
—> d4bc56f5e7e6
Step 7/9 : ENV NVCC_PATH=“$CUDA_HOME/bin/nvcc”
—> Using cache
—> 47d454fcb4fd
Step 8/9 : ENV NVIDIA_VISIBLE_DEVICES=all NVIDIA_DRIVER_CAPABILITIES=all CUDAARCHS=${CUDA_ARCH_LIST} CUDA_ARCHITECTURES=${CUDA_ARCH_LIST} CUDA_HOME=“/usr
/local/cuda” CUDNN_LIB_PATH=“/usr/lib/aarch64-linux-gnu” CUDNN_LIB_INCLUDE_PATH=“/usr/include” CMAKE_CUDA_COMPILER=${NVCC_PATH} CUDA_NVCC_EXECUTABLE=${NV
CC_PATH} CUDACXX=${NVCC_PATH} TORCH_NVCC_FLAGS=“-Xfatbin -compress-all” CUDA_BIN_PATH=“${CUDA_HOME}/bin” CUDA_TOOLKIT_ROOT_DIR=“${CUDA_HOME}” PATH=“$
CUDA_HOME/bin:${PATH}” LD_LIBRARY_PATH=“${CUDA_HOME}/compat:${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}” DEBIAN_FRONTEND=noninteractive
—> Using cache
—> eadd1467f424
Step 9/9 : WORKDIR /
—> Using cache
—> ecb8e41a4777
Successfully built ecb8e41a4777
Successfully tagged text-generation-webui:r36.4-cu129-22.04-cuda_12.9
[21:03:23] [3/23] Testing cuda:12.9 (text-generation-webui:r36.4-cu129-22.04-cuda_12.9) 2 stages completed in 00m00s
at 21:03:23
┌──────────────────────────────────────────────────────────────┐
│ > TESTING text-generation-webui:r36.4-cu129-22.04-cuda_12.9 │
└──────────────────────────────────────────────────────────────┘
docker run -t --rm --network=host --runtime=nvidia
–volume /home/peter/jetson-containers/packages/cuda/cuda:/test
–volume /home/peter/jetson-containers/data:/data
–workdir /test
text-generation-webui:r36.4-cu129-22.04-cuda_12.9
/bin/bash -c '/bin/bash test.sh
=== CUDA version files ===
{
“cuda” : {
“name” : “CUDA SDK”,
“version” : “12.9.0”
},
“cuda_cccl” : {
“name” : “CUDA C++ Core Compute Libraries”,
“version” : “12.9.27”
},
“cuda_compat” : {
“name” : “CUDA Specific Libraries”,
“version” : “12.9.39767389”
},
“cuda_cudart” : {
“name” : “CUDA Runtime (cudart)”,
“version” : “12.9.37”
},
“cuda_cuobjdump” : {
“name” : “cuobjdump”,
“version” : “12.9.26”
},
“cuda_cupti” : {
“name” : “CUPTI”,
“version” : “12.9.19”
},
“cuda_cuxxfilt” : {
“name” : “CUDA cu++ filt”,
“version” : “12.9.19”
},
“cuda_gdb” : {
“name” : “CUDA GDB”,
“version” : “12.9.19”
},
“cuda_nvcc” : {
“name” : “CUDA NVCC”,
“version” : “12.9.41”
},
“cuda_nvdisasm” : {
“name” : “CUDA nvdisasm”,
“version” : “12.9.19”
},
“cuda_nvml_dev” : {
“name” : “CUDA NVML Headers”,
“version” : “12.9.40”
},
“cuda_nvprune” : {
“name” : “CUDA nvprune”,
“version” : “12.9.19”
},
“cuda_nvrtc” : {
“name” : “CUDA NVRTC”,
“version” : “12.9.41”
},
“cuda_nvtx” : {
“name” : “CUDA NVTX”,
“version” : “12.9.19”
},
“cuda_sanitizer_api” : {
“name” : “CUDA Compute Sanitizer API”,
“version” : “12.9.27”
},
“libcublas” : {
“name” : “CUDA cuBLAS”,
“version” : “12.9.0.13”
},
“libcudla” : {
“name” : “CUDA cuDLA”,
“version” : “12.9.19”
},
“libcufft” : {
“name” : “CUDA cuFFT”,
“version” : “11.4.0.6”
},
“libcufile” : {
“name” : “GPUDirect Storage (cufile)”,
“version” : “1.14.0.30”
},
“libcurand” : {
“name” : “CUDA cuRAND”,
“version” : “10.3.10.19”
},
“libcusolver” : {
“name” : “CUDA cuSOLVER”,
“version” : “11.7.4.40”
},
“libcusparse” : {
“name” : “CUDA cuSPARSE”,
“version” : “12.5.9.5”
},
“libnpp” : {
“name” : “CUDA NPP”,
“version” : “12.4.0.27”
},
“libnvfatbin” : {
“name” : “Fatbin interaction library”,
“version” : “12.9.19”
},
“libnvjitlink” : {
“name” : “JIT Linker Library”,
“version” : “12.9.41”
},
“libnvjpeg” : {
“name” : “CUDA nvJPEG”,
“version” : “12.4.0.16”
},
“nsight_compute” : {
“name” : “Nsight Compute”,
“version” : “2025.2.0.11”
},
“nvidia_fs” : {
“name” : “NVIDIA file-system”,
“version” : “2.25.6”
}
}
=== Location of nvcc ===
/usr/local/cuda/bin/nvcc
=== nvcc version ===
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2025 NVIDIA Corporation
Built on Wed_Apr__9_19:30:24_PDT_2025
Cuda compilation tools, release 12.9, V12.9.41
Build cuda_12.9.r12.9/compiler.35813241_0
=== Supported GPU architectures by nvcc ===
compute_50
compute_52
compute_53
compute_60
compute_61
compute_62
compute_70
compute_72
compute_75
compute_80
compute_86
compute_87
compute_89
compute_90
compute_100
compute_101
compute_103
compute_120
compute_121
┌───────────────────────────────────────────────────────────┐
│ > BUILDING text-generation-webui:r36.4-cu129-22.04-cudnn │
└───────────────────────────────────────────────────────────┘
DOCKER_BUILDKIT=0 docker build --network=host
–tag text-generation-webui:r36.4-cu129-22.04-cudnn
–file /home/peter/jetson-containers/packages/cuda/cudnn/Dockerfile
–build-arg BASE_IMAGE=text-generation-webui:r36.4-cu129-22.04-cuda_12.9
–build-arg CUDNN_URL=“https://developer.download.nvidia.com/compute/cudnn/9.10.0/local_installers/cudnn-local-tegra-repo-ubuntu2404-9.10.0_1.0-1_arm64.deb”
–build-arg CUDNN_DEB=“cudnn-local-tegra-repo-ubuntu2404-9.10.0”
–build-arg CUDNN_PACKAGES=“libcudnn9-cuda-12 libcudnn9-dev-cuda-12 libcudnn9-samples”
/home/peter/jetson-containers/packages/cuda/cudnn
[21:03:24] [4/23] Building cudnn (text-generation-webui:r36.4-cu129-22.04-cudnn) 3 stages completed in 00m01s
at 21:03:24
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
environment-variable.
Sending build context to Docker daemon 27.65kB
Step 1/8 : ARG BASE_IMAGE
Step 2/8 : FROM ${BASE_IMAGE}
—> ecb8e41a4777
Step 3/8 : ARG CUDNN_URL
—> Using cache
—> 2a26321456c3
Step 4/8 : ARG CUDNN_DEB
—> Using cache
—> f0d21e5e82db
Step 5/8 : ARG CUDNN_PACKAGES
—> Using cache
—> afcab2ebd5a6
Step 6/8 : RUN ls /etc/apt/sources.list.d/ && apt-get update && apt-cache search cudnn
—> Using cache
—> 6696f26642b4
Step 7/8 : RUN echo “Downloading ${CUDNN_DEB}” && rm -rf /tmp/cudnn && mkdir /tmp/cudnn && cd /tmp/cudnn && wget ${WGET_FLAGS} ${CUDNN_URL} && dpkg -i .deb
&& cp /var/cudnn--repo-/cudnn--keyring.gpg /usr/share/keyrings/ && apt-get update && apt-cache search cudnn && apt list --installed | grep ‘cuda|cudn
n|cublas’ && apt-get install -y --no-install-recommends ${CUDNN_PACKAGES} file && rm -rf /var/lib/apt/lists/* && apt-get clean && dpkg --list | grep cud
nn && dpkg -P ${CUDNN_DEB} && rm -rf /tmp/cudnn
—> Using cache
—> 2b3f26e622b7
Step 8/8 : RUN cd /usr/src/cudnn_samples_v*/conv_sample/ && make -j$(nproc)
—> Using cache
—> 2c69d1e11b3e
Successfully built 2c69d1e11b3e
Successfully tagged text-generation-webui:r36.4-cu129-22.04-cudnn
[21:03:24] [4/23] Testing cudnn (text-generation-webui:r36.4-cu129-22.04-cudnn) 3 stages completed in 00m01s
at 21:03:24
┌──────────────────────────────────────────────────────────┐
│ > TESTING text-generation-webui:r36.4-cu129-22.04-cudnn │
└──────────────────────────────────────────────────────────┘
docker run -t --rm --network=host --runtime=nvidia
–volume /home/peter/jetson-containers/packages/cuda/cudnn:/test
–volume /home/peter/jetson-containers/data:/data
–workdir /test
text-generation-webui:r36.4-cu129-22.04-cudnn
/bin/bash -c '/bin/bash test.sh
define CUDNN_MAJOR 9
define CUDNN_MINOR 10
define CUDNN_VERSION (CUDNN_MAJOR * 10000 + CUDNN_MINOR * 100 + CUDNN_PATCHLEVEL)
define CUDNN_MAX_SM_MAJOR_NUMBER 12
define CUDNN_MAX_SM_MINOR_NUMBER 0
define CUDNN_MAX_DEVICE_VERSION (CUDNN_MAX_SM_MAJOR_NUMBER * 100 + CUDNN_MAX_SM_MINOR_NUMBER * 10)
define CUDNN_MAJOR 9
define CUDNN_MINOR 10
define CUDNN_VERSION (CUDNN_MAJOR * 10000 + CUDNN_MINOR * 100 + CUDNN_PATCHLEVEL)
define CUDNN_MAX_SM_MAJOR_NUMBER 12
define CUDNN_MAX_SM_MINOR_NUMBER 0
define CUDNN_MAX_DEVICE_VERSION (CUDNN_MAX_SM_MAJOR_NUMBER * 100 + CUDNN_MAX_SM_MINOR_NUMBER * 10)
Executing: conv_sample
Using format CUDNN_TENSOR_NCHW (for INT8x4 and INT8x32 tests use CUDNN_TENSOR_NCHW_VECT_C)
Testing single precision
====USER DIMENSIONS====
input dims are 1, 32, 4, 4
filter dims are 32, 32, 1, 1
output dims are 1, 32, 4, 4
====PADDING DIMENSIONS====
padded input dims are 1, 32, 4, 4
padded filter dims are 32, 32, 1, 1
padded output dims are 1, 32, 4, 4
Testing conv
^^^^ CUDA : elapsed = 0.000450635 sec,
Test PASSED
Testing half precision (math in single precision)
====USER DIMENSIONS====
input dims are 1, 32, 4, 4
filter dims are 32, 32, 1, 1
output dims are 1, 32, 4, 4
====PADDING DIMENSIONS====
padded input dims are 1, 32, 4, 4
padded filter dims are 32, 32, 1, 1
padded output dims are 1, 32, 4, 4
Testing conv
^^^^ CUDA : elapsed = 0.0292779 sec,
Test PASSED
┌────────────────────────────────────────────────────────────┐
│ > BUILDING text-generation-webui:r36.4-cu129-22.04-python │
└────────────────────────────────────────────────────────────┘
DOCKER_BUILDKIT=0 docker build --network=host
–tag text-generation-webui:r36.4-cu129-22.04-python
–file /home/peter/jetson-containers/packages/build/python/Dockerfile
–build-arg BASE_IMAGE=text-generation-webui:r36.4-cu129-22.04-cudnn
–build-arg PYTHON_VERSION=“3.10”
/home/peter/jetson-containers/packages/build/python
[21:03:25] [5/23] Building python (text-generation-webui:r36.4-cu129-22.04-python) 4 stages completed in 00m02s
at 21:03:25
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
environment-variable.
Sending build context to Docker daemon 23.04kB
Step 1/6 : ARG BASE_IMAGE
Step 2/6 : FROM ${BASE_IMAGE}
—> 2c69d1e11b3e
Step 3/6 : ARG PYTHON_VERSION TMP=/tmp/python
—> Using cache
—> 11851fad729f
Step 4/6 : ENV PYTHON_VERSION=${PYTHON_VERSION} PYTHONFAULTHANDLER=1 PYTHONUNBUFFERED=1 PYTHONIOENCODING=utf-8 PYTHONHASHSEED=random PIP_NO_CACHE_DIR
=true PIP_CACHE_PURGE=true PIP_ROOT_USER_ACTION=ignore PIP_DISABLE_PIP_VERSION_CHECK=on PIP_DEFAULT_TIMEOUT=100 PIP_WHEEL_DIR=/opt/wheels PIP_VER
BOSE=1 TWINE_NON_INTERACTIVE=1 DEBIAN_FRONTEND=noninteractive PATH=/opt/venv/bin:$PATH
—> Using cache
—> 187f31311798
Step 5/6 : COPY install.sh $TMP/
—> Using cache
—> 6b0f0e8f1878
Step 6/6 : RUN $TMP/install.sh
—> Running in 89eff302f1a6
- apt-get update
Get:1 Index of /ubuntu-ports jammy InRelease [270 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [128 kB]
Get:3 Index of /ubuntu-ports jammy-backports InRelease [127 kB]
Get:4 Index of /ubuntu-ports jammy-security InRelease [129 kB]
Get:5 Index of /ubuntu-ports jammy/restricted arm64 Packages [24.2 kB]
Get:6 Index of /ubuntu-ports jammy/multiverse arm64 Packages [224 kB]
Get:7 Index of /ubuntu-ports jammy/main arm64 Packages [1,758 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB]
Get:9 Index of /ubuntu-ports jammy-updates/multiverse arm64 Packages [32.8 kB]
Get:10 Index of /ubuntu-ports jammy-updates/universe arm64 Packages [1,522 kB]
Get:11 Index of /ubuntu-ports jammy-updates/restricted arm64 Packages [3,834 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [2,916 kB]
Get:13 Index of /ubuntu-ports jammy-backports/main arm64 Packages [82.8 kB]
Get:14 Index of /ubuntu-ports jammy-backports/universe arm64 Packages [33.3 kB]
Get:15 Index of /ubuntu-ports jammy-security/multiverse arm64 Packages [26.5 kB]
Get:16 Index of /ubuntu-ports jammy-security/restricted arm64 Packages [3,691 kB]
Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [2,612 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [1,225 kB]
Fetched 35.8 MB in 5s (7,198 kB/s)
Reading package lists… - apt-get install -y --no-install-recommends python3.10 python3.10-dev
Reading package lists…
Building dependency tree…
Reading state information…
python3.10 is already the newest version (3.10.12-1~22.04.9).
python3.10 set to manually installed.
The following additional packages will be installed:
libexpat1-dev libpython3.10-dev zlib1g-dev
The following NEW packages will be installed:
libexpat1-dev libpython3.10-dev python3.10-dev zlib1g-dev
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 5,466 kB of archives.
After this operation, 21.0 MB of additional disk space will be used.
Get:1 Index of /ubuntu-ports jammy-updates/main arm64 libexpat1-dev arm64 2.4.7-1ubuntu0.6 [130 kB]
Get:2 Index of /ubuntu-ports jammy-updates/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2ubuntu9.2 [163 kB]
Get:3 Index of /ubuntu-ports jammy-updates/main arm64 libpython3.10-dev arm64 3.10.12-1~22.04.9 [4,665 kB]
Get:4 Index of /ubuntu-ports jammy-updates/main arm64 python3.10-dev arm64 3.10.12-1~22.04.9 [508 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5,466 kB in 1s (6,884 kB/s)
Selecting previously unselected package libexpat1-dev:arm64.
(Reading database … 29669 files and directories currently installed.)
Preparing to unpack …/libexpat1-dev_2.4.7-1ubuntu0.6_arm64.deb …
Unpacking libexpat1-dev:arm64 (2.4.7-1ubuntu0.6) …
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack …/zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_arm64.deb …
Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2ubuntu9.2) …
Selecting previously unselected package libpython3.10-dev:arm64.
Preparing to unpack …/libpython3.10-dev_3.10.12-1~22.04.9_arm64.deb …
Unpacking libpython3.10-dev:arm64 (3.10.12-1~22.04.9) …
Selecting previously unselected package python3.10-dev.
Preparing to unpack …/python3.10-dev_3.10.12-1~22.04.9_arm64.deb …
Unpacking python3.10-dev (3.10.12-1~22.04.9) …
Setting up libexpat1-dev:arm64 (2.4.7-1ubuntu0.6) …
Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2ubuntu9.2) …
Setting up libpython3.10-dev:arm64 (3.10.12-1~22.04.9) …
Setting up python3.10-dev (3.10.12-1~22.04.9) … - which python3.10
/usr/bin/python3.10 - return_code=0
- set -e
- ‘[’ 0 ‘!=’ 0 ‘]’
++ lsb_release -rs - distro=22.04
- ‘[’ 22.04 = 24.04 ‘]’
- ‘[’ 22.04 = 20.04 ‘]’
- ‘[’ 22.04 = 18.04 ‘]’
- curl -sS https://bootstrap.pypa.io/get-pip.py
- python3.10
Using pip 25.1.1 from /tmp/python/tmp5s7lg4nv/pip.zip/pip (python 3.10)
Looking in indexes: https://pypi.jetson-ai-lab.dev/jp6/cu129
ERROR: Could not find a version that satisfies the requirement pip (from versions: none)
ERROR: No matching distribution found for pip
The command ‘/bin/sh -c $TMP/install.sh’ returned a non-zero code: 1
[21:03:47] Failed building: text-generation-webui
Traceback (most recent call last):
File “/home/peter/jetson-containers/jetson_containers/build.py”, line 129, in
build_container(**vars(args))
File “/home/peter/jetson-containers/jetson_containers/container.py”, line 229, in build_container
status = subprocess.run(cmd.replace(NEWLINE, ’ ‘), executable=’/bin/bash’, shell=True, check=True)
File “/usr/lib/python3.10/subprocess.py”, line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command ‘DOCKER_BUILDKIT=0 docker build --network=host --tag text-generation-webui:r36.4-cu129-22.04-python --file /home/peter/jetson-
containers/packages/build/python/Dockerfile --build-arg BASE_IMAGE=text-generation-webui:r36.4-cu129-22.04-cudnn --build-arg PYTHON_VERSION=“3.10” /home/peter/jet
son-containers/packages/build/python 2>&1 | tee /home/peter/jetson-containers/logs/20250522_210321/build/text-generation-webui_r36.4-cu129-22.04-python.txt; exit ${PIPES
TATUS[0]}’ returned non-zero exit status 1.