Skip to content

Commit 6e3ce69

Browse files
authored
Remove "Rubbish" files in Root dir (#1402)
Seems like we get files containing pip output, unlikely that these are important. adding " " removes the file, which is convention syntax. before: https://screenshot.googleplex.com/9iVBh5Mtprsc95u after: https://screenshot.googleplex.com/C6Kzxj8d8PqpCCS fixes #1249
1 parent 44fa98f commit 6e3ce69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ RUN pip install opencv-contrib-python opencv-python && \
266266
/tmp/clean-layer.sh
267267

268268
# Pin scipy until we update JAX b/335003097
269-
RUN pip install scipy==1.12.0 \
269+
RUN pip install "scipy==1.12.0" \
270270
# Scikit-learn accelerated library for x86
271-
scikit-learn-intelex>=2023.0.1 \
271+
"scikit-learn-intelex>=2023.0.1" \
272272
# HDF5 support
273273
h5py \
274274
# PUDB, for local debugging convenience

0 commit comments

Comments
 (0)