Skip to content

Commit cf3c94e

Browse files
authored
Update Dockerfile
1 parent 239db35 commit cf3c94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR /workspace/ktransformers
3939
RUN git submodule update --init --recursive
4040

4141
# 升级 pip
42-
RUN pip install --upgrade pip
42+
RUN pip install --upgrade pip && pip install -U wheel setuptools
4343

4444
# 安装构建依赖
4545
RUN pip install ninja pyproject numpy cpufeature aiohttp zmq openai

0 commit comments

Comments
 (0)