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 5c4e1bb commit a89d6f3Copy full SHA for a89d6f3
.kokoro/docker/Dockerfile
@@ -201,7 +201,7 @@ RUN for PYTHON_VERSION in 3.9 3.10 3.11 3.12 3.13; do \
201
--no-cache-dir \
202
--require-hashes \
203
-r /requirements.txt \
204
- ; done
+ ; done && rm /requirements.txt
205
206
# Install "virtualenv", since the vast majority of users of this image will want it.
207
RUN pip install --no-cache-dir virtualenv
0 commit comments