We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b18123 commit 9340e42Copy full SHA for 9340e42
1 file changed
tpu/Dockerfile
@@ -30,7 +30,7 @@ ADD patches/kaggle_datasets.py /root/.local/lib/${PYTHON_VERSION_PATH}/site-pack
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 && \
33
- apt-get install --no-install-recommends -y ffmpeg libsm6 libxext6 && \
+ apt-get install --no-install-recommends -y libavcodec61 libavformat61 libswscale8 libsm6 libxext6 && \
34
/tmp/clean-layer.sh
35
36
# Install all the packages together for maximum compatibility.
0 commit comments