[GH-ISSUE #10406] Open WebUI | Fail after Ollama install attempt #2239

Closed
opened 2026-02-26 12:51:46 +03:00 by kerem · 7 comments
Owner

Originally created by @Aareon on GitHub (Dec 29, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10406

Originally assigned to: @MickLesk, @Copilot on GitHub.

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

📜 What is the name of the script you are using?

Open WebUI

📂 What was the exact command used to execute the script?

Installed via PVE Scripts local

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

pve-manager/9.1.2/9d436f37a0ac4172 (running kernel: 6.17.4-1-pve)

📝 Provide a clear and concise description of the issue.

   ____                      _       __     __    __  ______
  / __ \____  ___  ____     | |     / /__  / /_  / / / /  _/
 / / / / __ \/ _ \/ __ \    | | /| / / _ \/ __ \/ / / // /  
/ /_/ / /_/ /  __/ / / /    | |/ |/ /  __/ /_/ / /_/ // /   
\____/ .___/\___/_/ /_/     |__/|__/\___/_.___/\____/___/   
    /_/                                                     
  ⚙️  Using Default Settings on node prodesk1
  💡  PVE Version 9.1.2 (Kernel: 6.17.4-1-pve)
  🆔  Container ID: 162
  🖥️  Operating System: debian (13)
  📦  Container Type: Unprivileged
  💾  Disk Size: 25 GB
  🧠  CPU Cores: 4
  🛠️  RAM Size: 8192 MiB
  🚀  Creating a Open WebUI LXC using the above default settings
  
  ✔️   Storage local (Free: 58.3GB  Used: 28.8GB) [Template]
  ✔️   Storage local-lvm (Free: 193.3GB  Used: 147.5GB) [Container]
  ✔️   Storage 'local-lvm' (lvmthin) validated
  ✔️   Template storage 'local' validated
  ✔️   Cluster is quorate
  ✔️   Template search completed
  ✔️   Template debian-13-standard_13.1-2_amd64.tar.zst [online]
  ✔️   LXC Container 162 was successfully created.
  ✔️   Started LXC Container
  ✔️   Network in LXC is reachable (ping)
  ✔️   Customized LXC Container
  ✔️   Set up Container OS
  ✔️   Network Connected: 10.0.0.126 
  ✔️   IPv4 Internet Connected
  ✖️   IPv6 Internet Not Connected
  ✔️   Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
  ✔️   Updated Container OS
  ✔️   Installed Dependencies
  💡   No GPU passthrough detected (/dev/dri, /dev/nvidia*, /dev/kfd not found) - skipping hardware acceleration setup
  ✔️   Python 3.12 installed
  ✔️   Setup uv 0.9.18
  ✔️   Installed Open WebUI
      Would you like to add Ollama? <y/N> Y
  ✔️   Set up Intel® Repositories
 → apt -y install intel-level-zero-gpu level-zero level-zero-dev
--- Last 10 lines of silent log ---
Preparing to unpack .../6-level-zero_1.16.15-881~22.04_amd64.deb ...
Unpacking level-zero (1.16.15-881~22.04) ...
dpkg: error processing archive /tmp/apt-dpkg-install-VJKvYX/6-level-zero_1.16.15-881~22.04_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libze_loader.so.1', which is also in package libze1:amd64 (1.20.6-1)
Selecting previously unselected package level-zero-dev.
Preparing to unpack .../7-level-zero-dev_1.16.15-881~22.04_amd64.deb ...
Unpacking level-zero-dev (1.16.15-881~22.04) ...
Errors were encountered while processing:
 /tmp/apt-dpkg-install-VJKvYX/6-level-zero_1.16.15-881~22.04_amd64.deb
Error: Sub-process /usr/bin/dpkg returned an error code (1)
-----------------------------------
 📋 View full log (17780 lines): /root/.install-13689b88.log
  ✖️   Installation failed in container 162 (exit code: 100)

✔ Installation log: /tmp/install-lxc-162-13689b88.log

🔄 Steps to reproduce the issue.

Install via script

Paste the full error output (if available).

<truncated>
'--offline[Disable network access]' \
'--no-offline[]' \
'--preview[Whether to enable all experimental preview features]' \
'--no-preview[]' \
'--isolated[Avoid discovering a \`pyproject.toml\` or \`uv.toml\` file]' \
'--show-settings[Show the resolved settings for the current command]' \
'--no-progress[Hide all progress outputs]' \
'--no-installer-metadata[Skip writing \`uv\` installer metadata files (e.g., \`INSTALLER\`, \`REQUESTED\`, and \`direct_url.json\`) to site-packages \`.dist-info\` directories]' \
'--no-config[Avoid discovering configuration files (\`pyproject.toml\`, \`uv.toml\`)]' \
'-h[Display the concise help for this command]' \
'--help[Display the concise help for this command]' \
'*::command:' \
&& ret=0
;;
        esac
    ;;
esac
}

(( $+functions[_uv_commands] )) ||
_uv_commands() {
    local commands; commands=(
'auth:Manage authentication' \
'run:Run a command or script' \
'init:Create a new project' \
'add:Add dependencies to the project' \
'remove:Remove dependencies from the project' \
'version:Read or update the project'\''s version' \
'sync:Update the project'\''s environment' \
'lock:Update the project'\''s lockfile' \
'export:Export the project'\''s lockfile to an alternate format' \
'tree:Display the project'\''s dependency tree' \
'format:Format Python code in the project' \
'tool:Run and install commands provided by Python packages' \
'python:Manage Python versions and installations' \
'pip:Manage Python packages with a pip-compatible interface' \
'venv:Create a virtual environment' \
'build:Build Python packages into source distributions and wheels' \
'publish:Upload distributions to an index' \
'workspace:Inspect uv workspaces' \
'build-backend:The implementation of the build backend' \
'cache:Manage uv'\''s cache' \
'self:Manage the uv executable' \
'clean:Clear the cache, removing all entries or those linked to specific packages' \
'generate-shell-completion:Generate shell completion' \
'help:Display documentation for a command' \
    )
    _describe -t commands 'uv commands' commands "$@"
}
(( $+functions[_uv__add_commands] )) ||
_uv__add_commands() {
    local commands; commands=()
    _describe -t commands 'uv add commands' commands "$@"
}
(( $+functions[_uv__auth_commands] )) ||
_uv__auth_commands() {
    local commands; commands=(
'login:Login to a service' \
'logout:Logout of a service' \
'token:Show the authentication token for a service' \
'dir:Show the path to the uv credentials directory' \
'helper:Act as a credential helper for external tools' \
    )
    _describe -t commands 'uv auth commands' commands "$@"
}
(( $+functions[_uv__auth__dir_commands] )) ||
_uv__auth__dir_commands() {
    local commands; commands=()
    _describe -t commands 'uv auth dir commands' commands "$@"
}
(( $+functions[_uv__auth__helper_commands] )) ||
_uv__auth__helper_commands() {
    local commands; commands=(
'get:Retrieve credentials for a URI' \
    )
    _describe -t commands 'uv auth helper commands' commands "$@"
}
(( $+functions[_uv__auth__helper__get_commands] )) ||
_uv__auth__helper__get_commands() {
    local commands; commands=()
    _describe -t commands 'uv auth helper get commands' commands "$@"
}
(( $+functions[_uv__auth__login_commands] )) ||
_uv__auth__login_commands() {
    local commands; commands=()
    _describe -t commands 'uv auth login commands' commands "$@"
}
(( $+functions[_uv__auth__logout_commands] )) ||
_uv__auth__logout_commands() {
    local commands; commands=()
    _describe -t commands 'uv auth logout commands' commands "$@"
}
(( $+functions[_uv__auth__token_commands] )) ||
_uv__auth__token_commands() {
    local commands; commands=()
    _describe -t commands 'uv auth token commands' commands "$@"
}
(( $+functions[_uv__build_commands] )) ||
_uv__build_commands() {
    local commands; commands=()
    _describe -t commands 'uv build commands' commands "$@"
}
(( $+functions[_uv__build-backend_commands] )) ||
_uv__build-backend_commands() {
    local commands; commands=(
'build-sdist:PEP 517 hook \`build_sdist\`' \
'build-wheel:PEP 517 hook \`build_wheel\`' \
'build-editable:PEP 660 hook \`build_editable\`' \
'get-requires-for-build-sdist:PEP 517 hook \`get_requires_for_build_sdist\`' \
'get-requires-for-build-wheel:PEP 517 hook \`get_requires_for_build_wheel\`' \
'prepare-metadata-for-build-wheel:PEP 517 hook \`prepare_metadata_for_build_wheel\`' \
'get-requires-for-build-editable:PEP 660 hook \`get_requires_for_build_editable\`' \
'prepare-metadata-for-build-editable:PEP 660 hook \`prepare_metadata_for_build_editable\`' \
    )
    _describe -t commands 'uv build-backend commands' commands "$@"
}
(( $+functions[_uv__build-backend__build-editable_commands] )) ||
_uv__build-backend__build-editable_commands() {
    local commands; commands=()
    _describe -t commands 'uv build-backend build-editable commands' commands "$@"
}
(( $+functions[_uv__build-backend__build-sdist_commands] )) ||
_uv__build-backend__build-sdist_commands() {
    local commands; commands=()
    _describe -t commands 'uv build-backend build-sdist commands' commands "$@"
}
(( $+functions[_uv__build-backend__build-wheel_commands] )) ||
_uv__build-backend__build-wheel_commands() {
    local commands; commands=()
    _describe -t commands 'uv build-backend build-wheel commands' commands "$@"
}
(( $+functions[_uv__build-backend__get-requires-for-build-editable_commands] )) ||
_uv__build-backend__get-requires-for-build-editable_commands() {
    local commands; commands=()
    _describe -t commands 'uv build-backend get-requires-for-build-editable commands' commands "$@"
}
(( $+functions[_uv__build-backend__get-requires-for-build-sdist_commands] )) ||
_uv__build-backend__get-requires-for-build-sdist_commands() {
    local commands; commands=()
    _describe -t commands 'uv build-backend get-requires-for-build-sdist commands' commands "$@"
}
(( $+functions[_uv__build-backend__get-requires-for-build-wheel_commands] )) ||
_uv__build-backend__get-requires-for-build-wheel_commands() {
    local commands; commands=()
    _describe -t commands 'uv build-backend get-requires-for-build-wheel commands' commands "$@"
}
(( $+functions[_uv__build-backend__prepare-metadata-for-build-editable_commands] )) ||
_uv__build-backend__prepare-metadata-for-build-editable_commands() {
    local commands; commands=()
    _describe -t commands 'uv build-backend prepare-metadata-for-build-editable commands' commands "$@"
}
(( $+functions[_uv__build-backend__prepare-metadata-for-build-wheel_commands] )) ||
_uv__build-backend__prepare-metadata-for-build-wheel_commands() {
    local commands; commands=()
    _describe -t commands 'uv build-backend prepare-metadata-for-build-wheel commands' commands "$@"
}
(( $+functions[_uv__cache_commands] )) ||
_uv__cache_commands() {
    local commands; commands=(
'clean:Clear the cache, removing all entries or those linked to specific packages' \
'prune:Prune all unreachable objects from the cache' \
'dir:Show the cache directory' \
'size:Show the cache size' \
    )
    _describe -t commands 'uv cache commands' commands "$@"
}
(( $+functions[_uv__cache__clean_commands] )) ||
_uv__cache__clean_commands() {
    local commands; commands=()
    _describe -t commands 'uv cache clean commands' commands "$@"
}
(( $+functions[_uv__cache__dir_commands] )) ||
_uv__cache__dir_commands() {
    local commands; commands=()
    _describe -t commands 'uv cache dir commands' commands "$@"
}
(( $+functions[_uv__cache__prune_commands] )) ||
_uv__cache__prune_commands() {
    local commands; commands=()
    _describe -t commands 'uv cache prune commands' commands "$@"
}
(( $+functions[_uv__cache__size_commands] )) ||
_uv__cache__size_commands() {
    local commands; commands=()
    _describe -t commands 'uv cache size commands' commands "$@"
}
(( $+functions[_uv__clean_commands] )) ||
_uv__clean_commands() {
    local commands; commands=()
    _describe -t commands 'uv clean commands' commands "$@"
}
(( $+functions[_uv__export_commands] )) ||
_uv__export_commands() {
    local commands; commands=()
    _describe -t commands 'uv export commands' commands "$@"
}
(( $+functions[_uv__format_commands] )) ||
_uv__format_commands() {
    local commands; commands=()
    _describe -t commands 'uv format commands' commands "$@"
}
(( $+functions[_uv__generate-shell-completion_commands] )) ||
_uv__generate-shell-completion_commands() {
    local commands; commands=()
    _describe -t commands 'uv generate-shell-completion commands' commands "$@"
}
(( $+functions[_uv__help_commands] )) ||
_uv__help_commands() {
    local commands; commands=()
    _describe -t commands 'uv help commands' commands "$@"
}
(( $+functions[_uv__init_commands] )) ||
_uv__init_commands() {
    local commands; commands=()
    _describe -t commands 'uv init commands' commands "$@"
}
(( $+functions[_uv__lock_commands] )) ||
_uv__lock_commands() {
    local commands; commands=()
    _describe -t commands 'uv lock commands' commands "$@"
}
(( $+functions[_uv__pip_commands] )) ||
_uv__pip_commands() {
    local commands; commands=(
'compile:Compile a \`requirements.in\` file to a \`requirements.txt\` or \`pylock.toml\` file' \
'sync:Sync an environment with a \`requirements.txt\` or \`pylock.toml\` file' \
'install:Install packages into an environment' \
'uninstall:Uninstall packages from an environment' \
'freeze:List, in requirements format, packages installed in an environment' \
'list:List, in tabular format, packages installed in an environment' \
'show:Show information about one or more installed packages' \
'tree:Display the dependency tree for an environment' \
'check:Verify installed packages have compatible dependencies' \
'debug:Display debug information (unsupported)' \
    )
    _describe -t commands 'uv pip commands' commands "$@"
}
(( $+functions[_uv__pip__check_commands] )) ||
_uv__pip__check_commands() {
    local commands; commands=()
    _describe -t commands 'uv pip check commands' commands "$@"
}
(( $+functions[_uv__pip__compile_commands] )) ||
_uv__pip__compile_commands() {
    local commands; commands=()
    _describe -t commands 'uv pip compile commands' commands "$@"
}
(( $+functions[_uv__pip__debug_commands] )) ||
_uv__pip__debug_commands() {
    local commands; commands=()
    _describe -t commands 'uv pip debug commands' commands "$@"
}
(( $+functions[_uv__pip__freeze_commands] )) ||
_uv__pip__freeze_commands() {
    local commands; commands=()
    _describe -t commands 'uv pip freeze commands' commands "$@"
}
(( $+functions[_uv__pip__install_commands] )) ||
_uv__pip__install_commands() {
    local commands; commands=()
    _describe -t commands 'uv pip install commands' commands "$@"
}
(( $+functions[_uv__pip__list_commands] )) ||
_uv__pip__list_commands() {
    local commands; commands=()
    _describe -t commands 'uv pip list commands' commands "$@"
}
(( $+functions[_uv__pip__show_commands] )) ||
_uv__pip__show_commands() {
    local commands; commands=()
    _describe -t commands 'uv pip show commands' commands "$@"
}
(( $+functions[_uv__pip__sync_commands] )) ||
_uv__pip__sync_commands() {
    local commands; commands=()
    _describe -t commands 'uv pip sync commands' commands "$@"
}
(( $+functions[_uv__pip__tree_commands] )) ||
_uv__pip__tree_commands() {
    local commands; commands=()
    _describe -t commands 'uv pip tree commands' commands "$@"
}
(( $+functions[_uv__pip__uninstall_commands] )) ||
_uv__pip__uninstall_commands() {
    local commands; commands=()
    _describe -t commands 'uv pip uninstall commands' commands "$@"
}
(( $+functions[_uv__publish_commands] )) ||
_uv__publish_commands() {
    local commands; commands=()
    _describe -t commands 'uv publish commands' commands "$@"
}
(( $+functions[_uv__python_commands] )) ||
_uv__python_commands() {
    local commands; commands=(
'list:List the available Python installations' \
'install:Download and install Python versions' \
'upgrade:Upgrade installed Python versions' \
'find:Search for a Python installation' \
'pin:Pin to a specific Python version' \
'dir:Show the uv Python installation directory' \
'uninstall:Uninstall Python versions' \
'update-shell:Ensure that the Python executable directory is on the \`PATH\`' \
    )
    _describe -t commands 'uv python commands' commands "$@"
}
(( $+functions[_uv__python__dir_commands] )) ||
_uv__python__dir_commands() {
    local commands; commands=()
    _describe -t commands 'uv python dir commands' commands "$@"
}
(( $+functions[_uv__python__find_commands] )) ||
_uv__python__find_commands() {
    local commands; commands=()
    _describe -t commands 'uv python find commands' commands "$@"
}
(( $+functions[_uv__python__install_commands] )) ||
_uv__python__install_commands() {
    local commands; commands=()
    _describe -t commands 'uv python install commands' commands "$@"
}
(( $+functions[_uv__python__list_commands] )) ||
_uv__python__list_commands() {
    local commands; commands=()
    _describe -t commands 'uv python list commands' commands "$@"
}
(( $+functions[_uv__python__pin_commands] )) ||
_uv__python__pin_commands() {
    local commands; commands=()
    _describe -t commands 'uv python pin commands' commands "$@"
}
(( $+functions[_uv__python__uninstall_commands] )) ||
_uv__python__uninstall_commands() {
    local commands; commands=()
    _describe -t commands 'uv python uninstall commands' commands "$@"
}
(( $+functions[_uv__python__update-shell_commands] )) ||
_uv__python__update-shell_commands() {
    local commands; commands=()
    _describe -t commands 'uv python update-shell commands' commands "$@"
}
(( $+functions[_uv__python__upgrade_commands] )) ||
_uv__python__upgrade_commands() {
    local commands; commands=()
    _describe -t commands 'uv python upgrade commands' commands "$@"
}
(( $+functions[_uv__remove_commands] )) ||
_uv__remove_commands() {
    local commands; commands=()
    _describe -t commands 'uv remove commands' commands "$@"
}
(( $+functions[_uv__run_commands] )) ||
_uv__run_commands() {
    local commands; commands=()
    _describe -t commands 'uv run commands' commands "$@"
}
(( $+functions[_uv__self_commands] )) ||
_uv__self_commands() {
    local commands; commands=(
'update:Update uv' \
'version:Display uv'\''s version' \
    )
    _describe -t commands 'uv self commands' commands "$@"
}
(( $+functions[_uv__self__update_commands] )) ||
_uv__self__update_commands() {
    local commands; commands=()
    _describe -t commands 'uv self update commands' commands "$@"
}
(( $+functions[_uv__self__version_commands] )) ||
_uv__self__version_commands() {
    local commands; commands=()
    _describe -t commands 'uv self version commands' commands "$@"
}
(( $+functions[_uv__sync_commands] )) ||
_uv__sync_commands() {
    local commands; commands=()
    _describe -t commands 'uv sync commands' commands "$@"
}
(( $+functions[_uv__tool_commands] )) ||
_uv__tool_commands() {
    local commands; commands=(
'run:Run a command provided by a Python package' \
'uvx:Run a command provided by a Python package.' \
'install:Install commands provided by a Python package' \
'upgrade:Upgrade installed tools' \
'list:List installed tools' \
'uninstall:Uninstall a tool' \
'update-shell:Ensure that the tool executable directory is on the \`PATH\`' \
'dir:Show the path to the uv tools directory' \
    )
    _describe -t commands 'uv tool commands' commands "$@"
}
(( $+functions[_uv__tool__dir_commands] )) ||
_uv__tool__dir_commands() {
    local commands; commands=()
    _describe -t commands 'uv tool dir commands' commands "$@"
}
(( $+functions[_uv__tool__install_commands] )) ||
_uv__tool__install_commands() {
    local commands; commands=()
    _describe -t commands 'uv tool install commands' commands "$@"
}
(( $+functions[_uv__tool__list_commands] )) ||
_uv__tool__list_commands() {
    local commands; commands=()
    _describe -t commands 'uv tool list commands' commands "$@"
}
(( $+functions[_uv__tool__run_commands] )) ||
_uv__tool__run_commands() {
    local commands; commands=()
    _describe -t commands 'uv tool run commands' commands "$@"
}
(( $+functions[_uv__tool__uninstall_commands] )) ||
_uv__tool__uninstall_commands() {
    local commands; commands=()
    _describe -t commands 'uv tool uninstall commands' commands "$@"
}
(( $+functions[_uv__tool__update-shell_commands] )) ||
_uv__tool__update-shell_commands() {
    local commands; commands=()
    _describe -t commands 'uv tool update-shell commands' commands "$@"
}
(( $+functions[_uv__tool__upgrade_commands] )) ||
_uv__tool__upgrade_commands() {
    local commands; commands=()
    _describe -t commands 'uv tool upgrade commands' commands "$@"
}
(( $+functions[_uv__tool__uvx_commands] )) ||
_uv__tool__uvx_commands() {
    local commands; commands=()
    _describe -t commands 'uv tool uvx commands' commands "$@"
}
(( $+functions[_uv__tree_commands] )) ||
_uv__tree_commands() {
    local commands; commands=()
    _describe -t commands 'uv tree commands' commands "$@"
}
(( $+functions[_uv__venv_commands] )) ||
_uv__venv_commands() {
    local commands; commands=()
    _describe -t commands 'uv venv commands' commands "$@"
}
(( $+functions[_uv__version_commands] )) ||
_uv__version_commands() {
    local commands; commands=()
    _describe -t commands 'uv version commands' commands "$@"
}
(( $+functions[_uv__workspace_commands] )) ||
_uv__workspace_commands() {
    local commands; commands=(
'metadata:View metadata about the current workspace' \
'dir:Display the path of a workspace member' \
'list:List the members of a workspace' \
    )
    _describe -t commands 'uv workspace commands' commands "$@"
}
(( $+functions[_uv__workspace__dir_commands] )) ||
_uv__workspace__dir_commands() {
    local commands; commands=()
    _describe -t commands 'uv workspace dir commands' commands "$@"
}
(( $+functions[_uv__workspace__list_commands] )) ||
_uv__workspace__list_commands() {
    local commands; commands=()
    _describe -t commands 'uv workspace list commands' commands "$@"
}
(( $+functions[_uv__workspace__metadata_commands] )) ||
_uv__workspace__metadata_commands() {
    local commands; commands=()
    _describe -t commands 'uv workspace metadata commands' commands "$@"
}

if [ "$funcstack[1]" = "_uv" ]; then
    _uv "$@"
else
    compdef _uv uv
fi
Downloading cpython-3.12.12-linux-x86_64-gnu (download) (31.7MiB)
 Downloaded cpython-3.12.12-linux-x86_64-gnu (download)
Installed Python 3.12.12 in 1.41s
 + cpython-3.12.12-linux-x86_64-gnu (python3.12)
warning: `/root/.local/bin` is not on your PATH. To use installed Python executables, run `export PATH="/root/.local/bin:$PATH"` or `uv python update-shell`.
Resolved 330 packages in 3.68s
Downloading hf-xet (3.2MiB)
Downloading shapely (3.0MiB)
Downloading pydantic-core (2.0MiB)
Downloading cryptography (4.3MiB)
Downloading sqlalchemy (3.1MiB)
Downloading lxml (5.0MiB)
Downloading langchain-community (2.4MiB)
Downloading google-api-python-client (14.0MiB)
Downloading zstandard (5.3MiB)
Downloading nvidia-cusparselt-cu12 (273.9MiB)
Downloading primp (3.1MiB)
Downloading tokenizers (3.1MiB)
Downloading psycopg2-binary (2.9MiB)
Downloading numpy (15.6MiB)
Downloading nvidia-nvshmem-cu12 (118.9MiB)
Downloading nvidia-nccl-cu12 (307.4MiB)
Downloading nvidia-nvjitlink-cu12 (37.4MiB)
Downloading pyarrow (40.3MiB)
Downloading fonttools (4.7MiB)
Downloading playwright (44.1MiB)
Downloading uvloop (4.2MiB)
Downloading pandas (12.1MiB)
Downloading nvidia-cusolver-cu12 (255.1MiB)
Downloading torch (858.1MiB)
Downloading sympy (6.0MiB)
Downloading transformers (11.4MiB)
Downloading nvidia-cusparse-cu12 (274.9MiB)
Downloading nvidia-cublas-cu12 (566.8MiB)
Downloading oracledb (2.4MiB)
Downloading nvidia-cufft-cu12 (184.2MiB)
Downloading triton (162.6MiB)
Downloading grpcio (6.3MiB)
Downloading onnxruntime (12.7MiB)
Downloading nvidia-cudnn-cu12 (674.0MiB)
Downloading opencv-python-headless (47.7MiB)
Downloading rapidocr-onnxruntime (14.2MiB)
Downloading nvidia-cuda-nvrtc-cu12 (84.0MiB)
Downloading scipy (34.0MiB)
Downloading nvidia-curand-cu12 (60.7MiB)
Downloading ctranslate2 (36.3MiB)
Downloading av (38.7MiB)
Downloading nvidia-cuda-cupti-cu12 (9.8MiB)
Downloading open-webui (128.2MiB)
Downloading botocore (13.8MiB)
Downloading chromadb (18.8MiB)
Downloading moto (6.2MiB)
Downloading rapidfuzz (3.0MiB)
Downloading scikit-learn (8.5MiB)
Downloading pillow (6.3MiB)
Downloading opencv-python (60.1MiB)
 Downloaded pydantic-core
Downloading networkx (2.0MiB)
 Downloaded oracledb
 Downloaded langchain-community
Downloading kubernetes (1.9MiB)
Downloading unstructured (1.7MiB)
 Downloaded psycopg2-binary
 Downloaded shapely
Downloading aiohttp (1.6MiB)
 Downloaded sqlalchemy
Downloading pymongo (1.6MiB)
 Downloaded tokenizers
 Downloaded hf-xet
Downloading black (1.6MiB)
 Downloaded rapidfuzz
Downloading nltk (1.4MiB)
Downloading brotli (1.4MiB)
Downloading sentencepiece (1.3MiB)
 Downloaded primp
Downloading google-ai-generativelanguage (1.3MiB)
 Downloaded networkx
Downloading soundfile (1.3MiB)
 Downloaded unstructured
 Downloaded uvloop
Downloading pygments (1.2MiB)
Downloading nvidia-cufile-cu12 (1.1MiB)
 Downloaded cryptography
 Downloaded kubernetes
 Downloaded brotli
Downloading tiktoken (1.1MiB)
 Downloaded sentencepiece
Downloading faster-whisper (1.1MiB)
Downloading openai (1.0MiB)
 Downloaded nltk
 Downloaded google-ai-generativelanguage
 Downloaded aiohttp
 Downloaded black
 Downloaded pymongo
 Downloaded fonttools
 Downloaded lxml
 Downloaded zstandard
 Downloaded nvidia-cufile-cu12
 Downloaded soundfile
 Downloaded pygments
 Downloaded openai
 Downloaded faster-whisper
 Downloaded tiktoken
 Downloaded sympy
 Downloaded moto
 Downloaded grpcio
 Downloaded pillow
 Downloaded scikit-learn
   Building peewee==3.18.3
   Building pypika==0.48.9
   Building docx2txt==0.8
      Built docx2txt==0.8
      Built pypika==0.48.9
      Built peewee==3.18.3
   Building langdetect==1.0.9
 Downloaded nvidia-cuda-cupti-cu12
      Built langdetect==1.0.9
 Downloaded transformers
 Downloaded pandas
 Downloaded onnxruntime
 Downloaded botocore
 Downloaded rapidocr-onnxruntime
 Downloaded google-api-python-client
 Downloaded numpy
 Downloaded chromadb
 Downloaded scipy
 Downloaded ctranslate2
 Downloaded nvidia-nvjitlink-cu12
 Downloaded av
 Downloaded pyarrow
 Downloaded playwright
 Downloaded opencv-python-headless
 Downloaded opencv-python
 Downloaded nvidia-curand-cu12
 Downloaded nvidia-cuda-nvrtc-cu12
 Downloaded nvidia-nvshmem-cu12
 Downloaded open-webui
 Downloaded triton
 Downloaded nvidia-cufft-cu12
 Downloaded nvidia-cusolver-cu12
 Downloaded nvidia-cusparselt-cu12
 Downloaded nvidia-cusparse-cu12
 Downloaded nvidia-nccl-cu12
 Downloaded nvidia-cublas-cu12
 Downloaded nvidia-cudnn-cu12
 Downloaded torch
Prepared 329 packages in 2m 16s
Installed 330 packages in 375ms
 + accelerate==1.12.0
 + aiocache==0.12.3
 + aiofiles==25.1.0
 + aiohappyeyeballs==2.6.1
 + aiohttp==3.12.15
 + aiosignal==1.4.0
 + alembic==1.17.2
 + annotated-doc==0.0.4
 + annotated-types==0.7.0
 + anthropic==0.75.0
 + anyio==4.12.0
 + appdirs==1.4.4
 + apscheduler==3.10.4
 + argon2-cffi==25.1.0
 + argon2-cffi-bindings==25.1.0
 + asgiref==3.11.0
 + async-timeout==5.0.1
 + attrs==25.4.0
 + authlib==1.6.5
 + av==16.0.1
 + azure-ai-documentintelligence==1.0.2
 + azure-common==1.1.28
 + azure-core==1.37.0
 + azure-identity==1.25.0
 + azure-search-documents==11.6.0
 + azure-storage-blob==12.24.1
 + backoff==2.2.1
 + bcrypt==5.0.0
 + beautifulsoup4==4.14.3
 + bidict==0.23.1
 + bitarray==3.8.0
 + black==25.11.0
 + blinker==1.9.0
 + boto3==1.41.5
 + botocore==1.41.6
 + brotli==1.2.0
 + build==1.3.0
 + cachetools==6.2.4
 + certifi==2025.11.12
 + cffi==2.0.0
 + chardet==5.2.0
 + charset-normalizer==3.4.4
 + chromadb==1.0.20
 + click==8.3.1
 + colbert-ai==0.2.21
 + coloredlogs==15.0.1
 + cryptography==46.0.3
 + ctranslate2==4.6.2
 + dataclasses-json==0.6.7
 + datasets==4.0.0
 + ddgs==9.9.2
 + defusedxml==0.7.1
 + deprecation==2.1.0
 + dill==0.3.8
 + distro==1.9.0
 + dnspython==2.8.0
 + docker==7.1.0
 + docstring-parser==0.17.0
 + docx2txt==0.8
 + durationpy==0.10
 + ecdsa==0.19.1
 + einops==0.8.1
 + elastic-transport==9.2.1
 + elasticsearch==9.1.0
 + emoji==2.15.0
 + et-xmlfile==2.0.0
 + events==0.5
 + fake-useragent==2.2.0
 + fastapi==0.123.0
 + faster-whisper==1.1.1
 + filelock==3.20.1
 + filetype==1.2.0
 + firecrawl-py==4.10.0
 + flask==3.1.2
 + flatbuffers==25.12.19
 + fonttools==4.61.1
 + fpdf2==2.8.2
 + frozenlist==1.8.0
 + fs==2.4.16
 + fsspec==2025.3.0
 + ftfy==6.3.1
 + gcp-storage-emulator==2024.8.3
 + git-python==1.0.3
 + gitdb==4.0.12
 + gitpython==3.1.45
 + google-ai-generativelanguage==0.6.15
 + google-api-core==2.28.1
 + google-api-python-client==2.187.0
 + google-auth==2.41.1
 + google-auth-httplib2==0.3.0
 + google-auth-oauthlib==1.2.3
 + google-cloud-core==2.5.0
 + google-cloud-storage==2.19.0
 + google-crc32c==1.8.0
 + google-genai==1.52.0
 + google-generativeai==0.8.5
 + google-resumable-media==2.8.0
 + googleapis-common-protos==1.72.0
 + greenlet==3.3.0
 + grpcio==1.76.0
 + grpcio-status==1.71.2
 + h11==0.16.0
 + h2==4.3.0
 + hf-xet==1.2.0
 + hpack==4.1.0
 + html5lib==1.1
 + httpcore==1.0.9
 + httplib2==0.31.0
 + httptools==0.7.1
 + httpx==0.28.1
 + httpx-sse==0.4.3
 + huggingface-hub==0.36.0
 + humanfriendly==10.0
 + hyperframe==6.1.0
 + idna==3.11
 + importlib-metadata==8.7.1
 + importlib-resources==6.5.2
 + iniconfig==2.3.0
 + isodate==0.7.2
 + itsdangerous==2.2.0
 + jinja2==3.1.6
 + jiter==0.12.0
 + jmespath==1.0.1
 + joblib==1.5.3
 + jsonpatch==1.33
 + jsonpointer==3.0.0
 + jsonschema==4.25.1
 + jsonschema-specifications==2025.9.1
 + kubernetes==33.1.0
 + langchain==0.3.27
 + langchain-community==0.3.29
 + langchain-core==0.3.81
 + langchain-text-splitters==0.3.11
 + langdetect==1.0.9
 + langsmith==0.5.1
 + ldap3==2.9.1
 + loguru==0.7.3
 + lxml==6.0.2
 + mako==1.3.10
 + markdown==3.10
 + markdown-it-py==4.0.0
 + markupsafe==3.0.3
 + marshmallow==3.26.2
 + mcp==1.22.0
 + mdurl==0.1.2
 + mmh3==5.2.0
 + moto==5.1.19
 + mpmath==1.3.0
 + msal==1.34.0
 + msal-extensions==1.3.1
 + msoffcrypto-tool==5.4.2
 + multidict==6.7.0
 + multiprocess==0.70.16
 + mypy-extensions==1.1.0
 + nest-asyncio==1.6.0
 + networkx==3.6.1
 + ninja==1.13.0
 + nltk==3.9.1
 + numpy==2.4.0
 + nvidia-cublas-cu12==12.8.4.1
 + nvidia-cuda-cupti-cu12==12.8.90
 + nvidia-cuda-nvrtc-cu12==12.8.93
 + nvidia-cuda-runtime-cu12==12.8.90
 + nvidia-cudnn-cu12==9.10.2.21
 + nvidia-cufft-cu12==11.3.3.83
 + nvidia-cufile-cu12==1.13.1.3
 + nvidia-curand-cu12==10.3.9.90
 + nvidia-cusolver-cu12==11.7.3.90
 + nvidia-cusparse-cu12==12.5.8.93
 + nvidia-cusparselt-cu12==0.7.1
 + nvidia-nccl-cu12==2.27.5
 + nvidia-nvjitlink-cu12==12.8.93
 + nvidia-nvshmem-cu12==3.3.20
 + nvidia-nvtx-cu12==12.8.90
 + oauthlib==3.3.1
 + olefile==0.47
 + onnxruntime==1.20.1
 + open-webui==0.6.41
 + openai==2.14.0
 + opencv-python==4.11.0.86
 + opencv-python-headless==4.11.0.86
 + openpyxl==3.1.5
 + opensearch-py==2.8.0
 + opentelemetry-api==1.39.1
 + opentelemetry-exporter-otlp-proto-common==1.39.1
 + opentelemetry-exporter-otlp-proto-grpc==1.39.1
 + opentelemetry-proto==1.39.1
 + opentelemetry-sdk==1.39.1
 + opentelemetry-semantic-conventions==0.60b1
 + oracledb==3.2.0
 + orjson==3.11.5
 + overrides==7.7.0
 + packaging==25.0
 + pandas==2.2.3
 + pathspec==0.12.1
 + peewee==3.18.3
 + peewee-migrate==1.14.3
 + pgvector==0.4.0
 + pillow==11.3.0
 + pinecone==6.0.2
 + pinecone-plugin-interface==0.0.7
 + platformdirs==4.5.1
 + playwright==1.56.0
 + pluggy==1.6.0
 + portalocker==2.10.1
 + posthog==5.4.0
 + primp==0.15.0
 + propcache==0.4.1
 + proto-plus==1.27.0
 + protobuf==5.29.5
 + psutil==7.2.0
 + psycopg2-binary==2.9.9
 + py-partiql-parser==0.6.3
 + pyarrow==20.0.0
 + pyasn1==0.6.1
 + pyasn1-modules==0.4.2
 + pybase64==1.4.3
 + pyclipper==1.4.0
 + pycparser==2.23
 + pycrdt==0.12.25
 + pydantic==2.12.5
 + pydantic-core==2.41.5
 + pydantic-settings==2.12.0
 + pydub==0.25.1
 + pyee==13.0.0
 + pygments==2.19.2
 + pyjwt==2.10.1
 + pymdown-extensions==10.17.2
 + pymilvus==2.6.4
 + pymongo==4.15.5
 + pymysql==1.1.1
 + pypandoc==1.16.2
 + pyparsing==3.3.1
 + pypdf==6.4.0
 + pypika==0.48.9
 + pyproject-hooks==1.2.0
 + pytest==8.3.5
 + pytest-docker==3.2.5
 + python-dateutil==2.9.0.post0
 + python-dotenv==1.2.1
 + python-engineio==4.13.0
 + python-iso639==2025.11.16
 + python-jose==3.5.0
 + python-magic==0.4.27
 + python-multipart==0.0.20
 + python-oxmsg==0.0.2
 + python-pptx==1.0.2
 + python-socketio==5.15.0
 + pytokens==0.3.0
 + pytube==15.0.0
 + pytz==2025.2
 + pyxlsb==1.0.10
 + pyyaml==6.0.3
 + qdrant-client==1.14.3
 + rank-bm25==0.2.2
 + rapidfuzz==3.14.3
 + rapidocr-onnxruntime==1.4.4
 + redis==7.1.0
 + referencing==0.37.0
 + regex==2025.11.3
 + requests==2.32.5
 + requests-oauthlib==2.0.0
 + requests-toolbelt==1.0.0
 + responses==0.25.8
 + restrictedpython==8.0
 + rich==13.9.4
 + rpds-py==0.30.0
 + rsa==4.9.1
 + s3transfer==0.15.0
 + safetensors==0.7.0
 + scikit-learn==1.8.0
 + scipy==1.16.3
 + sentence-transformers==5.1.2
 + sentencepiece==0.2.1
 + setuptools==80.9.0
 + shapely==2.1.2
 + shellingham==1.5.4
 + simple-websocket==1.1.0
 + six==1.17.0
 + smmap==5.0.2
 + sniffio==1.3.1
 + socksio==1.0.0
 + soundfile==0.13.1
 + soupsieve==2.8.1
 + sqlalchemy==2.0.38
 + sse-starlette==3.1.1
 + starlette==0.50.0
 + starlette-compress==1.6.1
 + starsessions==2.2.1
 + sympy==1.14.0
 + tenacity==9.1.2
 + threadpoolctl==3.6.0
 + tiktoken==0.12.0
 + tokenizers==0.22.1
 + torch==2.9.1
 + tqdm==4.67.1
 + transformers==4.57.3
 + triton==3.5.1
 + typer==0.21.0
 + typing-extensions==4.15.0
 + typing-inspect==0.9.0
 + typing-inspection==0.4.2
 + tzdata==2025.3
 + tzlocal==5.3.1
 + ujson==5.11.0
 + unstructured==0.18.21
 + unstructured-client==0.42.6
 + uritemplate==4.2.0
 + urllib3==2.6.2
 + uuid-utils==0.12.0
 + uvicorn==0.37.0
 + uvloop==0.22.1
 + validators==0.35.0
 + watchfiles==1.1.1
 + wcwidth==0.2.14
 + weaviate-client==4.17.0
 + webencodings==0.5.1
 + websocket-client==1.9.0
 + websockets==15.0.1
 + werkzeug==3.1.4
 + wrapt==2.0.1
 + wsproto==1.3.2
 + xlrd==2.0.1
 + xlsxwriter==3.2.9
 + xmltodict==1.0.2
 + xxhash==3.6.0
 + yarl==1.22.0
 + youtube-transcript-api==1.2.2
 + zipp==3.23.0
 + zstandard==0.25.0
Installed 1 executable: open-webui
warning: `/root/.local/bin` is not on your PATH. To use installed tools, run `export PATH="/root/.local/bin:$PATH"` or `uv tool update-shell`.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://security.debian.org trixie-security InRelease
Get:3 https://apt.repos.intel.com/oneapi all InRelease [5,680 B]
Hit:4 http://deb.debian.org/debian trixie-updates InRelease
Get:5 https://apt.repos.intel.com/oneapi all/main all Packages [184 kB]
Get:6 https://apt.repos.intel.com/oneapi all/main amd64 Packages [633 kB]
Get:7 https://repositories.intel.com/gpu/ubuntu jammy InRelease [15.4 kB]
Get:8 https://repositories.intel.com/gpu/ubuntu jammy/client i386 Packages [60.5 kB]
Get:9 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 Packages [163 kB]
Fetched 1,061 kB in 1s (1,156 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
9 packages can be upgraded. Run 'apt list --upgradable' to see them.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
Installing:
  intel-level-zero-gpu  level-zero  level-zero-dev

Installing dependencies:
  libigc1  libigdfcl1  libnl-3-200  libnl-route-3-200  libze1

Summary:
  Upgrading: 0, Installing: 8, Removing: 0, Not Upgrading: 9
  Download size: 66.0 MB
  Space needed: 246 MB / 13.8 GB available

Get:1 http://deb.debian.org/debian trixie/main amd64 libnl-3-200 amd64 3.7.0-2 [59.4 kB]
Get:2 http://deb.debian.org/debian trixie/main amd64 libnl-route-3-200 amd64 3.7.0-2 [182 kB]
Get:3 http://deb.debian.org/debian trixie/main amd64 libze1 amd64 1.20.6-1 [473 kB]
Get:4 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 libigc1 amd64 1.0.17791.16-1032~22.04 [23.5 MB]
Get:5 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 libigdfcl1 amd64 1.0.17791.16-1032~22.04 [39.2 MB]
Get:6 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 intel-level-zero-gpu amd64 1.3.29735.27-914~22.04 [2,198 kB]
Get:7 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 level-zero amd64 1.16.15-881~22.04 [285 kB]
Get:8 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 level-zero-dev amd64 1.16.15-881~22.04 [124 kB]
Fetched 66.0 MB in 3s (22.8 MB/s)
Selecting previously unselected package libigc1.
(Reading database ... 26141 files and directories currently installed.)
Preparing to unpack .../0-libigc1_1.0.17791.16-1032~22.04_amd64.deb ...
Unpacking libigc1 (1.0.17791.16-1032~22.04) ...
Selecting previously unselected package libigdfcl1.
Preparing to unpack .../1-libigdfcl1_1.0.17791.16-1032~22.04_amd64.deb ...
Unpacking libigdfcl1 (1.0.17791.16-1032~22.04) ...
Selecting previously unselected package libnl-3-200:amd64.
Preparing to unpack .../2-libnl-3-200_3.7.0-2_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.7.0-2) ...
Selecting previously unselected package libnl-route-3-200:amd64.
Preparing to unpack .../3-libnl-route-3-200_3.7.0-2_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.7.0-2) ...
Selecting previously unselected package libze1:amd64.
Preparing to unpack .../4-libze1_1.20.6-1_amd64.deb ...
Unpacking libze1:amd64 (1.20.6-1) ...
Selecting previously unselected package intel-level-zero-gpu.
Preparing to unpack .../5-intel-level-zero-gpu_1.3.29735.27-914~22.04_amd64.deb ...
Unpacking intel-level-zero-gpu (1.3.29735.27-914~22.04) ...
Selecting previously unselected package level-zero.
Preparing to unpack .../6-level-zero_1.16.15-881~22.04_amd64.deb ...
Unpacking level-zero (1.16.15-881~22.04) ...
dpkg: error processing archive /tmp/apt-dpkg-install-VJKvYX/6-level-zero_1.16.15-881~22.04_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libze_loader.so.1', which is also in package libze1:amd64 (1.20.6-1)
Selecting previously unselected package level-zero-dev.
Preparing to unpack .../7-level-zero-dev_1.16.15-881~22.04_amd64.deb ...
Unpacking level-zero-dev (1.16.15-881~22.04) ...
Errors were encountered while processing:
 /tmp/apt-dpkg-install-VJKvYX/6-level-zero_1.16.15-881~22.04_amd64.deb
Error: Sub-process /usr/bin/dpkg returned an error code (1)

🖼️ Additional context (optional).

Issue appears to be related to conflicting packages for Intel Level-Zero

Originally created by @Aareon on GitHub (Dec 29, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10406 Originally assigned to: @MickLesk, @Copilot on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Open WebUI ### 📂 What was the exact command used to execute the script? Installed via PVE Scripts local ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.1.2/9d436f37a0ac4172 (running kernel: 6.17.4-1-pve) ### 📝 Provide a clear and concise description of the issue. ``` ____ _ __ __ __ ______ / __ \____ ___ ____ | | / /__ / /_ / / / / _/ / / / / __ \/ _ \/ __ \ | | /| / / _ \/ __ \/ / / // / / /_/ / /_/ / __/ / / / | |/ |/ / __/ /_/ / /_/ // / \____/ .___/\___/_/ /_/ |__/|__/\___/_.___/\____/___/ /_/ ⚙️ Using Default Settings on node prodesk1 💡 PVE Version 9.1.2 (Kernel: 6.17.4-1-pve) 🆔 Container ID: 162 🖥️ Operating System: debian (13) 📦 Container Type: Unprivileged 💾 Disk Size: 25 GB 🧠 CPU Cores: 4 🛠️ RAM Size: 8192 MiB 🚀 Creating a Open WebUI LXC using the above default settings ✔️ Storage local (Free: 58.3GB Used: 28.8GB) [Template] ✔️ Storage local-lvm (Free: 193.3GB Used: 147.5GB) [Container] ✔️ Storage 'local-lvm' (lvmthin) validated ✔️ Template storage 'local' validated ✔️ Cluster is quorate ✔️ Template search completed ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [online] ✔️ LXC Container 162 was successfully created. ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 10.0.0.126 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Installed Dependencies 💡 No GPU passthrough detected (/dev/dri, /dev/nvidia*, /dev/kfd not found) - skipping hardware acceleration setup ✔️ Python 3.12 installed ✔️ Setup uv 0.9.18 ✔️ Installed Open WebUI Would you like to add Ollama? <y/N> Y ✔️ Set up Intel® Repositories → apt -y install intel-level-zero-gpu level-zero level-zero-dev --- Last 10 lines of silent log --- Preparing to unpack .../6-level-zero_1.16.15-881~22.04_amd64.deb ... Unpacking level-zero (1.16.15-881~22.04) ... dpkg: error processing archive /tmp/apt-dpkg-install-VJKvYX/6-level-zero_1.16.15-881~22.04_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/libze_loader.so.1', which is also in package libze1:amd64 (1.20.6-1) Selecting previously unselected package level-zero-dev. Preparing to unpack .../7-level-zero-dev_1.16.15-881~22.04_amd64.deb ... Unpacking level-zero-dev (1.16.15-881~22.04) ... Errors were encountered while processing: /tmp/apt-dpkg-install-VJKvYX/6-level-zero_1.16.15-881~22.04_amd64.deb Error: Sub-process /usr/bin/dpkg returned an error code (1) ----------------------------------- 📋 View full log (17780 lines): /root/.install-13689b88.log ✖️ Installation failed in container 162 (exit code: 100) ✔ Installation log: /tmp/install-lxc-162-13689b88.log ``` ### 🔄 Steps to reproduce the issue. Install via script ### ❌ Paste the full error output (if available). ``` <truncated> '--offline[Disable network access]' \ '--no-offline[]' \ '--preview[Whether to enable all experimental preview features]' \ '--no-preview[]' \ '--isolated[Avoid discovering a \`pyproject.toml\` or \`uv.toml\` file]' \ '--show-settings[Show the resolved settings for the current command]' \ '--no-progress[Hide all progress outputs]' \ '--no-installer-metadata[Skip writing \`uv\` installer metadata files (e.g., \`INSTALLER\`, \`REQUESTED\`, and \`direct_url.json\`) to site-packages \`.dist-info\` directories]' \ '--no-config[Avoid discovering configuration files (\`pyproject.toml\`, \`uv.toml\`)]' \ '-h[Display the concise help for this command]' \ '--help[Display the concise help for this command]' \ '*::command:' \ && ret=0 ;; esac ;; esac } (( $+functions[_uv_commands] )) || _uv_commands() { local commands; commands=( 'auth:Manage authentication' \ 'run:Run a command or script' \ 'init:Create a new project' \ 'add:Add dependencies to the project' \ 'remove:Remove dependencies from the project' \ 'version:Read or update the project'\''s version' \ 'sync:Update the project'\''s environment' \ 'lock:Update the project'\''s lockfile' \ 'export:Export the project'\''s lockfile to an alternate format' \ 'tree:Display the project'\''s dependency tree' \ 'format:Format Python code in the project' \ 'tool:Run and install commands provided by Python packages' \ 'python:Manage Python versions and installations' \ 'pip:Manage Python packages with a pip-compatible interface' \ 'venv:Create a virtual environment' \ 'build:Build Python packages into source distributions and wheels' \ 'publish:Upload distributions to an index' \ 'workspace:Inspect uv workspaces' \ 'build-backend:The implementation of the build backend' \ 'cache:Manage uv'\''s cache' \ 'self:Manage the uv executable' \ 'clean:Clear the cache, removing all entries or those linked to specific packages' \ 'generate-shell-completion:Generate shell completion' \ 'help:Display documentation for a command' \ ) _describe -t commands 'uv commands' commands "$@" } (( $+functions[_uv__add_commands] )) || _uv__add_commands() { local commands; commands=() _describe -t commands 'uv add commands' commands "$@" } (( $+functions[_uv__auth_commands] )) || _uv__auth_commands() { local commands; commands=( 'login:Login to a service' \ 'logout:Logout of a service' \ 'token:Show the authentication token for a service' \ 'dir:Show the path to the uv credentials directory' \ 'helper:Act as a credential helper for external tools' \ ) _describe -t commands 'uv auth commands' commands "$@" } (( $+functions[_uv__auth__dir_commands] )) || _uv__auth__dir_commands() { local commands; commands=() _describe -t commands 'uv auth dir commands' commands "$@" } (( $+functions[_uv__auth__helper_commands] )) || _uv__auth__helper_commands() { local commands; commands=( 'get:Retrieve credentials for a URI' \ ) _describe -t commands 'uv auth helper commands' commands "$@" } (( $+functions[_uv__auth__helper__get_commands] )) || _uv__auth__helper__get_commands() { local commands; commands=() _describe -t commands 'uv auth helper get commands' commands "$@" } (( $+functions[_uv__auth__login_commands] )) || _uv__auth__login_commands() { local commands; commands=() _describe -t commands 'uv auth login commands' commands "$@" } (( $+functions[_uv__auth__logout_commands] )) || _uv__auth__logout_commands() { local commands; commands=() _describe -t commands 'uv auth logout commands' commands "$@" } (( $+functions[_uv__auth__token_commands] )) || _uv__auth__token_commands() { local commands; commands=() _describe -t commands 'uv auth token commands' commands "$@" } (( $+functions[_uv__build_commands] )) || _uv__build_commands() { local commands; commands=() _describe -t commands 'uv build commands' commands "$@" } (( $+functions[_uv__build-backend_commands] )) || _uv__build-backend_commands() { local commands; commands=( 'build-sdist:PEP 517 hook \`build_sdist\`' \ 'build-wheel:PEP 517 hook \`build_wheel\`' \ 'build-editable:PEP 660 hook \`build_editable\`' \ 'get-requires-for-build-sdist:PEP 517 hook \`get_requires_for_build_sdist\`' \ 'get-requires-for-build-wheel:PEP 517 hook \`get_requires_for_build_wheel\`' \ 'prepare-metadata-for-build-wheel:PEP 517 hook \`prepare_metadata_for_build_wheel\`' \ 'get-requires-for-build-editable:PEP 660 hook \`get_requires_for_build_editable\`' \ 'prepare-metadata-for-build-editable:PEP 660 hook \`prepare_metadata_for_build_editable\`' \ ) _describe -t commands 'uv build-backend commands' commands "$@" } (( $+functions[_uv__build-backend__build-editable_commands] )) || _uv__build-backend__build-editable_commands() { local commands; commands=() _describe -t commands 'uv build-backend build-editable commands' commands "$@" } (( $+functions[_uv__build-backend__build-sdist_commands] )) || _uv__build-backend__build-sdist_commands() { local commands; commands=() _describe -t commands 'uv build-backend build-sdist commands' commands "$@" } (( $+functions[_uv__build-backend__build-wheel_commands] )) || _uv__build-backend__build-wheel_commands() { local commands; commands=() _describe -t commands 'uv build-backend build-wheel commands' commands "$@" } (( $+functions[_uv__build-backend__get-requires-for-build-editable_commands] )) || _uv__build-backend__get-requires-for-build-editable_commands() { local commands; commands=() _describe -t commands 'uv build-backend get-requires-for-build-editable commands' commands "$@" } (( $+functions[_uv__build-backend__get-requires-for-build-sdist_commands] )) || _uv__build-backend__get-requires-for-build-sdist_commands() { local commands; commands=() _describe -t commands 'uv build-backend get-requires-for-build-sdist commands' commands "$@" } (( $+functions[_uv__build-backend__get-requires-for-build-wheel_commands] )) || _uv__build-backend__get-requires-for-build-wheel_commands() { local commands; commands=() _describe -t commands 'uv build-backend get-requires-for-build-wheel commands' commands "$@" } (( $+functions[_uv__build-backend__prepare-metadata-for-build-editable_commands] )) || _uv__build-backend__prepare-metadata-for-build-editable_commands() { local commands; commands=() _describe -t commands 'uv build-backend prepare-metadata-for-build-editable commands' commands "$@" } (( $+functions[_uv__build-backend__prepare-metadata-for-build-wheel_commands] )) || _uv__build-backend__prepare-metadata-for-build-wheel_commands() { local commands; commands=() _describe -t commands 'uv build-backend prepare-metadata-for-build-wheel commands' commands "$@" } (( $+functions[_uv__cache_commands] )) || _uv__cache_commands() { local commands; commands=( 'clean:Clear the cache, removing all entries or those linked to specific packages' \ 'prune:Prune all unreachable objects from the cache' \ 'dir:Show the cache directory' \ 'size:Show the cache size' \ ) _describe -t commands 'uv cache commands' commands "$@" } (( $+functions[_uv__cache__clean_commands] )) || _uv__cache__clean_commands() { local commands; commands=() _describe -t commands 'uv cache clean commands' commands "$@" } (( $+functions[_uv__cache__dir_commands] )) || _uv__cache__dir_commands() { local commands; commands=() _describe -t commands 'uv cache dir commands' commands "$@" } (( $+functions[_uv__cache__prune_commands] )) || _uv__cache__prune_commands() { local commands; commands=() _describe -t commands 'uv cache prune commands' commands "$@" } (( $+functions[_uv__cache__size_commands] )) || _uv__cache__size_commands() { local commands; commands=() _describe -t commands 'uv cache size commands' commands "$@" } (( $+functions[_uv__clean_commands] )) || _uv__clean_commands() { local commands; commands=() _describe -t commands 'uv clean commands' commands "$@" } (( $+functions[_uv__export_commands] )) || _uv__export_commands() { local commands; commands=() _describe -t commands 'uv export commands' commands "$@" } (( $+functions[_uv__format_commands] )) || _uv__format_commands() { local commands; commands=() _describe -t commands 'uv format commands' commands "$@" } (( $+functions[_uv__generate-shell-completion_commands] )) || _uv__generate-shell-completion_commands() { local commands; commands=() _describe -t commands 'uv generate-shell-completion commands' commands "$@" } (( $+functions[_uv__help_commands] )) || _uv__help_commands() { local commands; commands=() _describe -t commands 'uv help commands' commands "$@" } (( $+functions[_uv__init_commands] )) || _uv__init_commands() { local commands; commands=() _describe -t commands 'uv init commands' commands "$@" } (( $+functions[_uv__lock_commands] )) || _uv__lock_commands() { local commands; commands=() _describe -t commands 'uv lock commands' commands "$@" } (( $+functions[_uv__pip_commands] )) || _uv__pip_commands() { local commands; commands=( 'compile:Compile a \`requirements.in\` file to a \`requirements.txt\` or \`pylock.toml\` file' \ 'sync:Sync an environment with a \`requirements.txt\` or \`pylock.toml\` file' \ 'install:Install packages into an environment' \ 'uninstall:Uninstall packages from an environment' \ 'freeze:List, in requirements format, packages installed in an environment' \ 'list:List, in tabular format, packages installed in an environment' \ 'show:Show information about one or more installed packages' \ 'tree:Display the dependency tree for an environment' \ 'check:Verify installed packages have compatible dependencies' \ 'debug:Display debug information (unsupported)' \ ) _describe -t commands 'uv pip commands' commands "$@" } (( $+functions[_uv__pip__check_commands] )) || _uv__pip__check_commands() { local commands; commands=() _describe -t commands 'uv pip check commands' commands "$@" } (( $+functions[_uv__pip__compile_commands] )) || _uv__pip__compile_commands() { local commands; commands=() _describe -t commands 'uv pip compile commands' commands "$@" } (( $+functions[_uv__pip__debug_commands] )) || _uv__pip__debug_commands() { local commands; commands=() _describe -t commands 'uv pip debug commands' commands "$@" } (( $+functions[_uv__pip__freeze_commands] )) || _uv__pip__freeze_commands() { local commands; commands=() _describe -t commands 'uv pip freeze commands' commands "$@" } (( $+functions[_uv__pip__install_commands] )) || _uv__pip__install_commands() { local commands; commands=() _describe -t commands 'uv pip install commands' commands "$@" } (( $+functions[_uv__pip__list_commands] )) || _uv__pip__list_commands() { local commands; commands=() _describe -t commands 'uv pip list commands' commands "$@" } (( $+functions[_uv__pip__show_commands] )) || _uv__pip__show_commands() { local commands; commands=() _describe -t commands 'uv pip show commands' commands "$@" } (( $+functions[_uv__pip__sync_commands] )) || _uv__pip__sync_commands() { local commands; commands=() _describe -t commands 'uv pip sync commands' commands "$@" } (( $+functions[_uv__pip__tree_commands] )) || _uv__pip__tree_commands() { local commands; commands=() _describe -t commands 'uv pip tree commands' commands "$@" } (( $+functions[_uv__pip__uninstall_commands] )) || _uv__pip__uninstall_commands() { local commands; commands=() _describe -t commands 'uv pip uninstall commands' commands "$@" } (( $+functions[_uv__publish_commands] )) || _uv__publish_commands() { local commands; commands=() _describe -t commands 'uv publish commands' commands "$@" } (( $+functions[_uv__python_commands] )) || _uv__python_commands() { local commands; commands=( 'list:List the available Python installations' \ 'install:Download and install Python versions' \ 'upgrade:Upgrade installed Python versions' \ 'find:Search for a Python installation' \ 'pin:Pin to a specific Python version' \ 'dir:Show the uv Python installation directory' \ 'uninstall:Uninstall Python versions' \ 'update-shell:Ensure that the Python executable directory is on the \`PATH\`' \ ) _describe -t commands 'uv python commands' commands "$@" } (( $+functions[_uv__python__dir_commands] )) || _uv__python__dir_commands() { local commands; commands=() _describe -t commands 'uv python dir commands' commands "$@" } (( $+functions[_uv__python__find_commands] )) || _uv__python__find_commands() { local commands; commands=() _describe -t commands 'uv python find commands' commands "$@" } (( $+functions[_uv__python__install_commands] )) || _uv__python__install_commands() { local commands; commands=() _describe -t commands 'uv python install commands' commands "$@" } (( $+functions[_uv__python__list_commands] )) || _uv__python__list_commands() { local commands; commands=() _describe -t commands 'uv python list commands' commands "$@" } (( $+functions[_uv__python__pin_commands] )) || _uv__python__pin_commands() { local commands; commands=() _describe -t commands 'uv python pin commands' commands "$@" } (( $+functions[_uv__python__uninstall_commands] )) || _uv__python__uninstall_commands() { local commands; commands=() _describe -t commands 'uv python uninstall commands' commands "$@" } (( $+functions[_uv__python__update-shell_commands] )) || _uv__python__update-shell_commands() { local commands; commands=() _describe -t commands 'uv python update-shell commands' commands "$@" } (( $+functions[_uv__python__upgrade_commands] )) || _uv__python__upgrade_commands() { local commands; commands=() _describe -t commands 'uv python upgrade commands' commands "$@" } (( $+functions[_uv__remove_commands] )) || _uv__remove_commands() { local commands; commands=() _describe -t commands 'uv remove commands' commands "$@" } (( $+functions[_uv__run_commands] )) || _uv__run_commands() { local commands; commands=() _describe -t commands 'uv run commands' commands "$@" } (( $+functions[_uv__self_commands] )) || _uv__self_commands() { local commands; commands=( 'update:Update uv' \ 'version:Display uv'\''s version' \ ) _describe -t commands 'uv self commands' commands "$@" } (( $+functions[_uv__self__update_commands] )) || _uv__self__update_commands() { local commands; commands=() _describe -t commands 'uv self update commands' commands "$@" } (( $+functions[_uv__self__version_commands] )) || _uv__self__version_commands() { local commands; commands=() _describe -t commands 'uv self version commands' commands "$@" } (( $+functions[_uv__sync_commands] )) || _uv__sync_commands() { local commands; commands=() _describe -t commands 'uv sync commands' commands "$@" } (( $+functions[_uv__tool_commands] )) || _uv__tool_commands() { local commands; commands=( 'run:Run a command provided by a Python package' \ 'uvx:Run a command provided by a Python package.' \ 'install:Install commands provided by a Python package' \ 'upgrade:Upgrade installed tools' \ 'list:List installed tools' \ 'uninstall:Uninstall a tool' \ 'update-shell:Ensure that the tool executable directory is on the \`PATH\`' \ 'dir:Show the path to the uv tools directory' \ ) _describe -t commands 'uv tool commands' commands "$@" } (( $+functions[_uv__tool__dir_commands] )) || _uv__tool__dir_commands() { local commands; commands=() _describe -t commands 'uv tool dir commands' commands "$@" } (( $+functions[_uv__tool__install_commands] )) || _uv__tool__install_commands() { local commands; commands=() _describe -t commands 'uv tool install commands' commands "$@" } (( $+functions[_uv__tool__list_commands] )) || _uv__tool__list_commands() { local commands; commands=() _describe -t commands 'uv tool list commands' commands "$@" } (( $+functions[_uv__tool__run_commands] )) || _uv__tool__run_commands() { local commands; commands=() _describe -t commands 'uv tool run commands' commands "$@" } (( $+functions[_uv__tool__uninstall_commands] )) || _uv__tool__uninstall_commands() { local commands; commands=() _describe -t commands 'uv tool uninstall commands' commands "$@" } (( $+functions[_uv__tool__update-shell_commands] )) || _uv__tool__update-shell_commands() { local commands; commands=() _describe -t commands 'uv tool update-shell commands' commands "$@" } (( $+functions[_uv__tool__upgrade_commands] )) || _uv__tool__upgrade_commands() { local commands; commands=() _describe -t commands 'uv tool upgrade commands' commands "$@" } (( $+functions[_uv__tool__uvx_commands] )) || _uv__tool__uvx_commands() { local commands; commands=() _describe -t commands 'uv tool uvx commands' commands "$@" } (( $+functions[_uv__tree_commands] )) || _uv__tree_commands() { local commands; commands=() _describe -t commands 'uv tree commands' commands "$@" } (( $+functions[_uv__venv_commands] )) || _uv__venv_commands() { local commands; commands=() _describe -t commands 'uv venv commands' commands "$@" } (( $+functions[_uv__version_commands] )) || _uv__version_commands() { local commands; commands=() _describe -t commands 'uv version commands' commands "$@" } (( $+functions[_uv__workspace_commands] )) || _uv__workspace_commands() { local commands; commands=( 'metadata:View metadata about the current workspace' \ 'dir:Display the path of a workspace member' \ 'list:List the members of a workspace' \ ) _describe -t commands 'uv workspace commands' commands "$@" } (( $+functions[_uv__workspace__dir_commands] )) || _uv__workspace__dir_commands() { local commands; commands=() _describe -t commands 'uv workspace dir commands' commands "$@" } (( $+functions[_uv__workspace__list_commands] )) || _uv__workspace__list_commands() { local commands; commands=() _describe -t commands 'uv workspace list commands' commands "$@" } (( $+functions[_uv__workspace__metadata_commands] )) || _uv__workspace__metadata_commands() { local commands; commands=() _describe -t commands 'uv workspace metadata commands' commands "$@" } if [ "$funcstack[1]" = "_uv" ]; then _uv "$@" else compdef _uv uv fi Downloading cpython-3.12.12-linux-x86_64-gnu (download) (31.7MiB) Downloaded cpython-3.12.12-linux-x86_64-gnu (download) Installed Python 3.12.12 in 1.41s + cpython-3.12.12-linux-x86_64-gnu (python3.12) warning: `/root/.local/bin` is not on your PATH. To use installed Python executables, run `export PATH="/root/.local/bin:$PATH"` or `uv python update-shell`. Resolved 330 packages in 3.68s Downloading hf-xet (3.2MiB) Downloading shapely (3.0MiB) Downloading pydantic-core (2.0MiB) Downloading cryptography (4.3MiB) Downloading sqlalchemy (3.1MiB) Downloading lxml (5.0MiB) Downloading langchain-community (2.4MiB) Downloading google-api-python-client (14.0MiB) Downloading zstandard (5.3MiB) Downloading nvidia-cusparselt-cu12 (273.9MiB) Downloading primp (3.1MiB) Downloading tokenizers (3.1MiB) Downloading psycopg2-binary (2.9MiB) Downloading numpy (15.6MiB) Downloading nvidia-nvshmem-cu12 (118.9MiB) Downloading nvidia-nccl-cu12 (307.4MiB) Downloading nvidia-nvjitlink-cu12 (37.4MiB) Downloading pyarrow (40.3MiB) Downloading fonttools (4.7MiB) Downloading playwright (44.1MiB) Downloading uvloop (4.2MiB) Downloading pandas (12.1MiB) Downloading nvidia-cusolver-cu12 (255.1MiB) Downloading torch (858.1MiB) Downloading sympy (6.0MiB) Downloading transformers (11.4MiB) Downloading nvidia-cusparse-cu12 (274.9MiB) Downloading nvidia-cublas-cu12 (566.8MiB) Downloading oracledb (2.4MiB) Downloading nvidia-cufft-cu12 (184.2MiB) Downloading triton (162.6MiB) Downloading grpcio (6.3MiB) Downloading onnxruntime (12.7MiB) Downloading nvidia-cudnn-cu12 (674.0MiB) Downloading opencv-python-headless (47.7MiB) Downloading rapidocr-onnxruntime (14.2MiB) Downloading nvidia-cuda-nvrtc-cu12 (84.0MiB) Downloading scipy (34.0MiB) Downloading nvidia-curand-cu12 (60.7MiB) Downloading ctranslate2 (36.3MiB) Downloading av (38.7MiB) Downloading nvidia-cuda-cupti-cu12 (9.8MiB) Downloading open-webui (128.2MiB) Downloading botocore (13.8MiB) Downloading chromadb (18.8MiB) Downloading moto (6.2MiB) Downloading rapidfuzz (3.0MiB) Downloading scikit-learn (8.5MiB) Downloading pillow (6.3MiB) Downloading opencv-python (60.1MiB) Downloaded pydantic-core Downloading networkx (2.0MiB) Downloaded oracledb Downloaded langchain-community Downloading kubernetes (1.9MiB) Downloading unstructured (1.7MiB) Downloaded psycopg2-binary Downloaded shapely Downloading aiohttp (1.6MiB) Downloaded sqlalchemy Downloading pymongo (1.6MiB) Downloaded tokenizers Downloaded hf-xet Downloading black (1.6MiB) Downloaded rapidfuzz Downloading nltk (1.4MiB) Downloading brotli (1.4MiB) Downloading sentencepiece (1.3MiB) Downloaded primp Downloading google-ai-generativelanguage (1.3MiB) Downloaded networkx Downloading soundfile (1.3MiB) Downloaded unstructured Downloaded uvloop Downloading pygments (1.2MiB) Downloading nvidia-cufile-cu12 (1.1MiB) Downloaded cryptography Downloaded kubernetes Downloaded brotli Downloading tiktoken (1.1MiB) Downloaded sentencepiece Downloading faster-whisper (1.1MiB) Downloading openai (1.0MiB) Downloaded nltk Downloaded google-ai-generativelanguage Downloaded aiohttp Downloaded black Downloaded pymongo Downloaded fonttools Downloaded lxml Downloaded zstandard Downloaded nvidia-cufile-cu12 Downloaded soundfile Downloaded pygments Downloaded openai Downloaded faster-whisper Downloaded tiktoken Downloaded sympy Downloaded moto Downloaded grpcio Downloaded pillow Downloaded scikit-learn Building peewee==3.18.3 Building pypika==0.48.9 Building docx2txt==0.8 Built docx2txt==0.8 Built pypika==0.48.9 Built peewee==3.18.3 Building langdetect==1.0.9 Downloaded nvidia-cuda-cupti-cu12 Built langdetect==1.0.9 Downloaded transformers Downloaded pandas Downloaded onnxruntime Downloaded botocore Downloaded rapidocr-onnxruntime Downloaded google-api-python-client Downloaded numpy Downloaded chromadb Downloaded scipy Downloaded ctranslate2 Downloaded nvidia-nvjitlink-cu12 Downloaded av Downloaded pyarrow Downloaded playwright Downloaded opencv-python-headless Downloaded opencv-python Downloaded nvidia-curand-cu12 Downloaded nvidia-cuda-nvrtc-cu12 Downloaded nvidia-nvshmem-cu12 Downloaded open-webui Downloaded triton Downloaded nvidia-cufft-cu12 Downloaded nvidia-cusolver-cu12 Downloaded nvidia-cusparselt-cu12 Downloaded nvidia-cusparse-cu12 Downloaded nvidia-nccl-cu12 Downloaded nvidia-cublas-cu12 Downloaded nvidia-cudnn-cu12 Downloaded torch Prepared 329 packages in 2m 16s Installed 330 packages in 375ms + accelerate==1.12.0 + aiocache==0.12.3 + aiofiles==25.1.0 + aiohappyeyeballs==2.6.1 + aiohttp==3.12.15 + aiosignal==1.4.0 + alembic==1.17.2 + annotated-doc==0.0.4 + annotated-types==0.7.0 + anthropic==0.75.0 + anyio==4.12.0 + appdirs==1.4.4 + apscheduler==3.10.4 + argon2-cffi==25.1.0 + argon2-cffi-bindings==25.1.0 + asgiref==3.11.0 + async-timeout==5.0.1 + attrs==25.4.0 + authlib==1.6.5 + av==16.0.1 + azure-ai-documentintelligence==1.0.2 + azure-common==1.1.28 + azure-core==1.37.0 + azure-identity==1.25.0 + azure-search-documents==11.6.0 + azure-storage-blob==12.24.1 + backoff==2.2.1 + bcrypt==5.0.0 + beautifulsoup4==4.14.3 + bidict==0.23.1 + bitarray==3.8.0 + black==25.11.0 + blinker==1.9.0 + boto3==1.41.5 + botocore==1.41.6 + brotli==1.2.0 + build==1.3.0 + cachetools==6.2.4 + certifi==2025.11.12 + cffi==2.0.0 + chardet==5.2.0 + charset-normalizer==3.4.4 + chromadb==1.0.20 + click==8.3.1 + colbert-ai==0.2.21 + coloredlogs==15.0.1 + cryptography==46.0.3 + ctranslate2==4.6.2 + dataclasses-json==0.6.7 + datasets==4.0.0 + ddgs==9.9.2 + defusedxml==0.7.1 + deprecation==2.1.0 + dill==0.3.8 + distro==1.9.0 + dnspython==2.8.0 + docker==7.1.0 + docstring-parser==0.17.0 + docx2txt==0.8 + durationpy==0.10 + ecdsa==0.19.1 + einops==0.8.1 + elastic-transport==9.2.1 + elasticsearch==9.1.0 + emoji==2.15.0 + et-xmlfile==2.0.0 + events==0.5 + fake-useragent==2.2.0 + fastapi==0.123.0 + faster-whisper==1.1.1 + filelock==3.20.1 + filetype==1.2.0 + firecrawl-py==4.10.0 + flask==3.1.2 + flatbuffers==25.12.19 + fonttools==4.61.1 + fpdf2==2.8.2 + frozenlist==1.8.0 + fs==2.4.16 + fsspec==2025.3.0 + ftfy==6.3.1 + gcp-storage-emulator==2024.8.3 + git-python==1.0.3 + gitdb==4.0.12 + gitpython==3.1.45 + google-ai-generativelanguage==0.6.15 + google-api-core==2.28.1 + google-api-python-client==2.187.0 + google-auth==2.41.1 + google-auth-httplib2==0.3.0 + google-auth-oauthlib==1.2.3 + google-cloud-core==2.5.0 + google-cloud-storage==2.19.0 + google-crc32c==1.8.0 + google-genai==1.52.0 + google-generativeai==0.8.5 + google-resumable-media==2.8.0 + googleapis-common-protos==1.72.0 + greenlet==3.3.0 + grpcio==1.76.0 + grpcio-status==1.71.2 + h11==0.16.0 + h2==4.3.0 + hf-xet==1.2.0 + hpack==4.1.0 + html5lib==1.1 + httpcore==1.0.9 + httplib2==0.31.0 + httptools==0.7.1 + httpx==0.28.1 + httpx-sse==0.4.3 + huggingface-hub==0.36.0 + humanfriendly==10.0 + hyperframe==6.1.0 + idna==3.11 + importlib-metadata==8.7.1 + importlib-resources==6.5.2 + iniconfig==2.3.0 + isodate==0.7.2 + itsdangerous==2.2.0 + jinja2==3.1.6 + jiter==0.12.0 + jmespath==1.0.1 + joblib==1.5.3 + jsonpatch==1.33 + jsonpointer==3.0.0 + jsonschema==4.25.1 + jsonschema-specifications==2025.9.1 + kubernetes==33.1.0 + langchain==0.3.27 + langchain-community==0.3.29 + langchain-core==0.3.81 + langchain-text-splitters==0.3.11 + langdetect==1.0.9 + langsmith==0.5.1 + ldap3==2.9.1 + loguru==0.7.3 + lxml==6.0.2 + mako==1.3.10 + markdown==3.10 + markdown-it-py==4.0.0 + markupsafe==3.0.3 + marshmallow==3.26.2 + mcp==1.22.0 + mdurl==0.1.2 + mmh3==5.2.0 + moto==5.1.19 + mpmath==1.3.0 + msal==1.34.0 + msal-extensions==1.3.1 + msoffcrypto-tool==5.4.2 + multidict==6.7.0 + multiprocess==0.70.16 + mypy-extensions==1.1.0 + nest-asyncio==1.6.0 + networkx==3.6.1 + ninja==1.13.0 + nltk==3.9.1 + numpy==2.4.0 + nvidia-cublas-cu12==12.8.4.1 + nvidia-cuda-cupti-cu12==12.8.90 + nvidia-cuda-nvrtc-cu12==12.8.93 + nvidia-cuda-runtime-cu12==12.8.90 + nvidia-cudnn-cu12==9.10.2.21 + nvidia-cufft-cu12==11.3.3.83 + nvidia-cufile-cu12==1.13.1.3 + nvidia-curand-cu12==10.3.9.90 + nvidia-cusolver-cu12==11.7.3.90 + nvidia-cusparse-cu12==12.5.8.93 + nvidia-cusparselt-cu12==0.7.1 + nvidia-nccl-cu12==2.27.5 + nvidia-nvjitlink-cu12==12.8.93 + nvidia-nvshmem-cu12==3.3.20 + nvidia-nvtx-cu12==12.8.90 + oauthlib==3.3.1 + olefile==0.47 + onnxruntime==1.20.1 + open-webui==0.6.41 + openai==2.14.0 + opencv-python==4.11.0.86 + opencv-python-headless==4.11.0.86 + openpyxl==3.1.5 + opensearch-py==2.8.0 + opentelemetry-api==1.39.1 + opentelemetry-exporter-otlp-proto-common==1.39.1 + opentelemetry-exporter-otlp-proto-grpc==1.39.1 + opentelemetry-proto==1.39.1 + opentelemetry-sdk==1.39.1 + opentelemetry-semantic-conventions==0.60b1 + oracledb==3.2.0 + orjson==3.11.5 + overrides==7.7.0 + packaging==25.0 + pandas==2.2.3 + pathspec==0.12.1 + peewee==3.18.3 + peewee-migrate==1.14.3 + pgvector==0.4.0 + pillow==11.3.0 + pinecone==6.0.2 + pinecone-plugin-interface==0.0.7 + platformdirs==4.5.1 + playwright==1.56.0 + pluggy==1.6.0 + portalocker==2.10.1 + posthog==5.4.0 + primp==0.15.0 + propcache==0.4.1 + proto-plus==1.27.0 + protobuf==5.29.5 + psutil==7.2.0 + psycopg2-binary==2.9.9 + py-partiql-parser==0.6.3 + pyarrow==20.0.0 + pyasn1==0.6.1 + pyasn1-modules==0.4.2 + pybase64==1.4.3 + pyclipper==1.4.0 + pycparser==2.23 + pycrdt==0.12.25 + pydantic==2.12.5 + pydantic-core==2.41.5 + pydantic-settings==2.12.0 + pydub==0.25.1 + pyee==13.0.0 + pygments==2.19.2 + pyjwt==2.10.1 + pymdown-extensions==10.17.2 + pymilvus==2.6.4 + pymongo==4.15.5 + pymysql==1.1.1 + pypandoc==1.16.2 + pyparsing==3.3.1 + pypdf==6.4.0 + pypika==0.48.9 + pyproject-hooks==1.2.0 + pytest==8.3.5 + pytest-docker==3.2.5 + python-dateutil==2.9.0.post0 + python-dotenv==1.2.1 + python-engineio==4.13.0 + python-iso639==2025.11.16 + python-jose==3.5.0 + python-magic==0.4.27 + python-multipart==0.0.20 + python-oxmsg==0.0.2 + python-pptx==1.0.2 + python-socketio==5.15.0 + pytokens==0.3.0 + pytube==15.0.0 + pytz==2025.2 + pyxlsb==1.0.10 + pyyaml==6.0.3 + qdrant-client==1.14.3 + rank-bm25==0.2.2 + rapidfuzz==3.14.3 + rapidocr-onnxruntime==1.4.4 + redis==7.1.0 + referencing==0.37.0 + regex==2025.11.3 + requests==2.32.5 + requests-oauthlib==2.0.0 + requests-toolbelt==1.0.0 + responses==0.25.8 + restrictedpython==8.0 + rich==13.9.4 + rpds-py==0.30.0 + rsa==4.9.1 + s3transfer==0.15.0 + safetensors==0.7.0 + scikit-learn==1.8.0 + scipy==1.16.3 + sentence-transformers==5.1.2 + sentencepiece==0.2.1 + setuptools==80.9.0 + shapely==2.1.2 + shellingham==1.5.4 + simple-websocket==1.1.0 + six==1.17.0 + smmap==5.0.2 + sniffio==1.3.1 + socksio==1.0.0 + soundfile==0.13.1 + soupsieve==2.8.1 + sqlalchemy==2.0.38 + sse-starlette==3.1.1 + starlette==0.50.0 + starlette-compress==1.6.1 + starsessions==2.2.1 + sympy==1.14.0 + tenacity==9.1.2 + threadpoolctl==3.6.0 + tiktoken==0.12.0 + tokenizers==0.22.1 + torch==2.9.1 + tqdm==4.67.1 + transformers==4.57.3 + triton==3.5.1 + typer==0.21.0 + typing-extensions==4.15.0 + typing-inspect==0.9.0 + typing-inspection==0.4.2 + tzdata==2025.3 + tzlocal==5.3.1 + ujson==5.11.0 + unstructured==0.18.21 + unstructured-client==0.42.6 + uritemplate==4.2.0 + urllib3==2.6.2 + uuid-utils==0.12.0 + uvicorn==0.37.0 + uvloop==0.22.1 + validators==0.35.0 + watchfiles==1.1.1 + wcwidth==0.2.14 + weaviate-client==4.17.0 + webencodings==0.5.1 + websocket-client==1.9.0 + websockets==15.0.1 + werkzeug==3.1.4 + wrapt==2.0.1 + wsproto==1.3.2 + xlrd==2.0.1 + xlsxwriter==3.2.9 + xmltodict==1.0.2 + xxhash==3.6.0 + yarl==1.22.0 + youtube-transcript-api==1.2.2 + zipp==3.23.0 + zstandard==0.25.0 Installed 1 executable: open-webui warning: `/root/.local/bin` is not on your PATH. To use installed tools, run `export PATH="/root/.local/bin:$PATH"` or `uv tool update-shell`. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://security.debian.org trixie-security InRelease Get:3 https://apt.repos.intel.com/oneapi all InRelease [5,680 B] Hit:4 http://deb.debian.org/debian trixie-updates InRelease Get:5 https://apt.repos.intel.com/oneapi all/main all Packages [184 kB] Get:6 https://apt.repos.intel.com/oneapi all/main amd64 Packages [633 kB] Get:7 https://repositories.intel.com/gpu/ubuntu jammy InRelease [15.4 kB] Get:8 https://repositories.intel.com/gpu/ubuntu jammy/client i386 Packages [60.5 kB] Get:9 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 Packages [163 kB] Fetched 1,061 kB in 1s (1,156 kB/s) Reading package lists... Building dependency tree... Reading state information... 9 packages can be upgraded. Run 'apt list --upgradable' to see them. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Installing: intel-level-zero-gpu level-zero level-zero-dev Installing dependencies: libigc1 libigdfcl1 libnl-3-200 libnl-route-3-200 libze1 Summary: Upgrading: 0, Installing: 8, Removing: 0, Not Upgrading: 9 Download size: 66.0 MB Space needed: 246 MB / 13.8 GB available Get:1 http://deb.debian.org/debian trixie/main amd64 libnl-3-200 amd64 3.7.0-2 [59.4 kB] Get:2 http://deb.debian.org/debian trixie/main amd64 libnl-route-3-200 amd64 3.7.0-2 [182 kB] Get:3 http://deb.debian.org/debian trixie/main amd64 libze1 amd64 1.20.6-1 [473 kB] Get:4 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 libigc1 amd64 1.0.17791.16-1032~22.04 [23.5 MB] Get:5 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 libigdfcl1 amd64 1.0.17791.16-1032~22.04 [39.2 MB] Get:6 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 intel-level-zero-gpu amd64 1.3.29735.27-914~22.04 [2,198 kB] Get:7 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 level-zero amd64 1.16.15-881~22.04 [285 kB] Get:8 https://repositories.intel.com/gpu/ubuntu jammy/client amd64 level-zero-dev amd64 1.16.15-881~22.04 [124 kB] Fetched 66.0 MB in 3s (22.8 MB/s) Selecting previously unselected package libigc1. (Reading database ... 26141 files and directories currently installed.) Preparing to unpack .../0-libigc1_1.0.17791.16-1032~22.04_amd64.deb ... Unpacking libigc1 (1.0.17791.16-1032~22.04) ... Selecting previously unselected package libigdfcl1. Preparing to unpack .../1-libigdfcl1_1.0.17791.16-1032~22.04_amd64.deb ... Unpacking libigdfcl1 (1.0.17791.16-1032~22.04) ... Selecting previously unselected package libnl-3-200:amd64. Preparing to unpack .../2-libnl-3-200_3.7.0-2_amd64.deb ... Unpacking libnl-3-200:amd64 (3.7.0-2) ... Selecting previously unselected package libnl-route-3-200:amd64. Preparing to unpack .../3-libnl-route-3-200_3.7.0-2_amd64.deb ... Unpacking libnl-route-3-200:amd64 (3.7.0-2) ... Selecting previously unselected package libze1:amd64. Preparing to unpack .../4-libze1_1.20.6-1_amd64.deb ... Unpacking libze1:amd64 (1.20.6-1) ... Selecting previously unselected package intel-level-zero-gpu. Preparing to unpack .../5-intel-level-zero-gpu_1.3.29735.27-914~22.04_amd64.deb ... Unpacking intel-level-zero-gpu (1.3.29735.27-914~22.04) ... Selecting previously unselected package level-zero. Preparing to unpack .../6-level-zero_1.16.15-881~22.04_amd64.deb ... Unpacking level-zero (1.16.15-881~22.04) ... dpkg: error processing archive /tmp/apt-dpkg-install-VJKvYX/6-level-zero_1.16.15-881~22.04_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/libze_loader.so.1', which is also in package libze1:amd64 (1.20.6-1) Selecting previously unselected package level-zero-dev. Preparing to unpack .../7-level-zero-dev_1.16.15-881~22.04_amd64.deb ... Unpacking level-zero-dev (1.16.15-881~22.04) ... Errors were encountered while processing: /tmp/apt-dpkg-install-VJKvYX/6-level-zero_1.16.15-881~22.04_amd64.deb Error: Sub-process /usr/bin/dpkg returned an error code (1) ``` ### 🖼️ Additional context (optional). Issue appears to be related to conflicting packages for Intel Level-Zero
kerem 2026-02-26 12:51:46 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tremor021 commented on GitHub (Dec 29, 2025):

@MickLesk Intel repo issue or?

<!-- gh-comment-id:3695825400 --> @tremor021 commented on GitHub (Dec 29, 2025): @MickLesk Intel repo issue or?
Author
Owner

@MickLesk commented on GitHub (Dec 29, 2025):

Look so

<!-- gh-comment-id:3695840989 --> @MickLesk commented on GitHub (Dec 29, 2025): Look so
Author
Owner

@ClemensHoerl commented on GitHub (Dec 29, 2025):

Setting up Ollama via the dedicated install script works. This only fails when setting up ollama via the Open WebUI install script for me.

<!-- gh-comment-id:3696841831 --> @ClemensHoerl commented on GitHub (Dec 29, 2025): Setting up Ollama via the dedicated install script works. This only fails when setting up ollama via the Open WebUI install script for me.
Author
Owner

@tremor021 commented on GitHub (Dec 29, 2025):

Its the same install :)

<!-- gh-comment-id:3696932292 --> @tremor021 commented on GitHub (Dec 29, 2025): Its the same install :)
Author
Owner

@ClemensHoerl commented on GitHub (Dec 30, 2025):

@tremor021 That's why I mentioned this. Even though the helper script executes the same command (apt -y install intel-level-zero-gpu level-zero level-zero-dev) this fails in the Open WebUI script but runs without any problems in the Ollama script.

<!-- gh-comment-id:3699537179 --> @ClemensHoerl commented on GitHub (Dec 30, 2025): @tremor021 That's why I mentioned this. Even though the helper script executes the same command (`apt -y install intel-level-zero-gpu level-zero level-zero-dev`) this fails in the Open WebUI script but runs without any problems in the Ollama script.
Author
Owner

@braveheart777 commented on GitHub (Jan 1, 2026):

Exact same problem for me. Ollama script runs fine.

PVE Version 9.1.4 (Kernel: 6.17.4-2-pve)

<!-- gh-comment-id:3704115291 --> @braveheart777 commented on GitHub (Jan 1, 2026): Exact same problem for me. Ollama script runs fine. PVE Version 9.1.4 (Kernel: 6.17.4-2-pve)
Author
Owner

@87Tinu commented on GitHub (Jan 8, 2026):

The disk space should be 35GB, I started an advanced installation and the disk space went up to roughly 32GB.

<!-- gh-comment-id:3724946480 --> @87Tinu commented on GitHub (Jan 8, 2026): The disk space should be 35GB, I started an advanced installation and the disk space went up to roughly 32GB.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2239
No description provided.