Skip to content

Misc. bug: ci: Publish CUDA Docker image failed #15356

@mizuikk

Description

@mizuikk

Name and Version

cuda docker build failed

Operating systems

No response

Which llama.cpp modules do you know to be affected?

No response

Command line

Problem description & steps to reproduce


[full 3/3] RUN apt-get update && apt-get install -y git python3 python3-pip && pip install --break-system-packages -r requirements.txt && apt autoremove -y && apt clean -y && rm -rf /tmp/* /var/tmp/* && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete && find /var/cache -type f -delete:
20.21 Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
20.58
20.58 Usage:
20.58 pip install [options] [package-index-options] ...
20.58 pip install [options] -r [package-index-options] ...
20.58 pip install [options] [-e] ...
20.58 pip install [options] [-e] ...
20.58 pip install [options] <archive url/path> ...
20.58
20.58 no such option: --break-system-packages


cuda.Dockerfile:58

57 |
58 | >>> RUN apt-get update
59 | >>> && apt-get install -y
60 | >>> git
61 | >>> python3
62 | >>> python3-pip
63 | >>> && pip install --break-system-packages -r requirements.txt
64 | >>> && apt autoremove -y
65 | >>> && apt clean -y
66 | >>> && rm -rf /tmp/* /var/tmp/*
67 | >>> && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete
68 | >>> && find /var/cache -type f -delete
69 |

ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y git python3 python3-pip && pip install --break-system-packages -r requirements.txt && apt autoremove -y && apt clean -y && rm -rf /tmp/* /var/tmp/* && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete && find /var/cache -type f -delete" did not complete successfully: exit code: 2

First Bad Commit

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions