Skip to content

Commit beafc39

Browse files
[None][fix] add readme copy to wheel stage to avoid setup.py failure (cherry-pick #8736) (#8754)
Signed-off-by: Faraz Khoubsirat <[email protected]> Co-authored-by: Faraz <[email protected]>
1 parent f49f42d commit beafc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.multi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ COPY cpp cpp
127127
COPY scripts scripts
128128
COPY tensorrt_llm tensorrt_llm
129129
COPY 3rdparty 3rdparty
130-
COPY .gitmodules setup.py requirements.txt requirements-dev.txt constraints.txt ./
130+
COPY .gitmodules setup.py requirements.txt requirements-dev.txt constraints.txt README.md ./
131131

132132
# Create cache directories for pip and ccache
133133
RUN mkdir -p /root/.cache/pip /root/.cache/ccache

0 commit comments

Comments
 (0)