We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239db35 commit cf3c94eCopy full SHA for cf3c94e
Dockerfile
@@ -39,7 +39,7 @@ WORKDIR /workspace/ktransformers
39
RUN git submodule update --init --recursive
40
41
# 升级 pip
42
-RUN pip install --upgrade pip
+RUN pip install --upgrade pip && pip install -U wheel setuptools
43
44
# 安装构建依赖
45
RUN pip install ninja pyproject numpy cpufeature aiohttp zmq openai
0 commit comments