Skip to content

Commit 8b18123

Browse files
authored
1 parent 28a49f1 commit 8b18123

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tpu/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ ADD patches/kaggle_datasets.py /root/.local/lib/${PYTHON_VERSION_PATH}/site-pack
2929
# This is needed for cv2 (opencv-python):
3030
# https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo
3131
RUN /tmp/clean-layer.sh && \
32-
apt-get update && apt-get install ffmpeg libsm6 libxext6 -y && \
32+
apt-get update && \
33+
apt-get install --no-install-recommends -y ffmpeg libsm6 libxext6 && \
3334
/tmp/clean-layer.sh
3435

3536
# Install all the packages together for maximum compatibility.

0 commit comments

Comments
 (0)