-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Description
Name and Version
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