We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49f42d commit beafc39Copy full SHA for beafc39
docker/Dockerfile.multi
@@ -127,7 +127,7 @@ COPY cpp cpp
127
COPY scripts scripts
128
COPY tensorrt_llm tensorrt_llm
129
COPY 3rdparty 3rdparty
130
-COPY .gitmodules setup.py requirements.txt requirements-dev.txt constraints.txt ./
+COPY .gitmodules setup.py requirements.txt requirements-dev.txt constraints.txt README.md ./
131
132
# Create cache directories for pip and ccache
133
RUN mkdir -p /root/.cache/pip /root/.cache/ccache
0 commit comments