使用dockerfile构建失败 #358
Unanswered
houzhenyu123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docker build -t ktransformers:latest .报错:
ERROR: failed to solve: process "/bin/sh -c apt update -y && apt install -y --no-install-recommends \\r\n git \\r\n wget \\r\n vim \\r\n gcc \\r\n g++ \\r\n cmake && \r\nrm -rf /var/lib/apt/lists/* &&\r\ncd ktransformers &&\r\ngit submodule init &&\r\ngit submodule update &&\r\npip install ninja pyproject numpy cpufeature &&\r\npip install flash-attn &&\r\nCPU_INSTRUCT=NATIVE KTRANSFORMERS_FORCE_BUILD=TRUE TORCH_CUDA_ARCH_LIST="8.0;8.6;8.7;8.9;9.0+PTX" pip install . --no-build-isolation --verbose &&\r\npip cache purge\r\n" did not complete successfully: exit code: 1
Beta Was this translation helpful? Give feedback.
All reactions