Skip to content

Commit a89d6f3

Browse files
committed
address feedback from gemini-code-assist
1 parent 5c4e1bb commit a89d6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ RUN for PYTHON_VERSION in 3.9 3.10 3.11 3.12 3.13; do \
201201
--no-cache-dir \
202202
--require-hashes \
203203
-r /requirements.txt \
204-
; done
204+
; done && rm /requirements.txt
205205

206206
# Install "virtualenv", since the vast majority of users of this image will want it.
207207
RUN pip install --no-cache-dir virtualenv

0 commit comments

Comments
 (0)