Open sudoshi opened 11 months ago
In short, here is how/when it fails:
failed to solve: process "/bin/sh -c pip install --upgrade -r requirements.txt" did not complete successfully: exit code: 1 `
I just tried on my Mac (Ventura 13.6) and it worked flawlessly on first run. Now the api refuse to come up no matter which model I chose:
i have some issue to buil docker containerin win11+docker, please help) :
failed to solve: process "/bin/sh -c apt-get update && apt-get install -y build-essential curl software-properties-common && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
i have some issue to buil docker containerin win11+docker, please help) :
32.15 ldconfig: File /lib/x86_64-linux-gnu/libperl.so.5.36.0 is empty, not checked.
32.15 ldconfig: File /lib/x86_64-linux-gnu/libapr-1.so.0.7.2 is empty, not checked. 32.18 Processing triggers for sgml-base (1.31) ... 32.20 Setting up polkitd (122-3) ... 32.23 Creating group 'polkitd' with GID 996. 32.23 Creating user 'polkitd' (polkit) with UID 996 and GID 996. 32.28 invoke-rc.d: could not determine current runlevel 32.28 invoke-rc.d: policy-rc.d denied execution of reload. 32.41 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory) 32.41 Setting up packagekit (1.2.6-5) ... 32.46 invoke-rc.d: could not determine current runlevel 32.46 invoke-rc.d: policy-rc.d denied execution of force-reload. 32.47 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory 32.60 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. 32.61 Setting up packagekit-tools (1.2.6-5) ... 32.63 Processing triggers for dbus (1.14.10-1~deb12u1) ... 32.66 Errors were encountered while processing: 32.66 python3-pkg-resources 32.66 python3-jwt 32.66 python3-lazr.uri 32.66 python3-six 32.66 python3-oauthlib 32.66 python3-pyparsing 32.66 python3-wadllib 32.66 python3-gi 32.66 python3-httplib2 32.66 python3-lazr.restfulclient 32.66 python3-blinker 32.66 python3-dbus 32.66 python3-distro 32.66 python3-apt 32.66 software-properties-common 32.66 python3-software-properties 32.66 python3-cryptography 32.67 E: Sub-process /usr/bin/dpkg returned an error code (1)
failed to solve: process "/bin/sh -c apt-get update && apt-get install -y build-essential curl software-properties-common && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
There was the same error in #100. The issue came from using Docker inside of Snap, if you install the Docker CLI it should work.
same error : #116
I tried specifying the pip mirror source, and it finally worked:
RUN pip install --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
failed to solve: process "/bin/sh -c pip install --upgrade -r requirements.txt" did not complete successfully: exit code: 1
On Linux Mint
Please see attach file for the output of docker compose --profile linux up
genai-stack failed to build error.txt