We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a49f1 commit 8b18123Copy full SHA for 8b18123
1 file changed
tpu/Dockerfile
@@ -29,7 +29,8 @@ ADD patches/kaggle_datasets.py /root/.local/lib/${PYTHON_VERSION_PATH}/site-pack
29
# This is needed for cv2 (opencv-python):
30
# https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo
31
RUN /tmp/clean-layer.sh && \
32
- apt-get update && apt-get install ffmpeg libsm6 libxext6 -y && \
+ apt-get update && \
33
+ apt-get install --no-install-recommends -y ffmpeg libsm6 libxext6 && \
34
/tmp/clean-layer.sh
35
36
# Install all the packages together for maximum compatibility.
0 commit comments