We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacb6e6 commit 5c80537Copy full SHA for 5c80537
tpu/Dockerfile
@@ -38,6 +38,11 @@ ADD patches/kaggle_datasets.py /root/.local/lib/${PYTHON_VERSION_PATH}/site-pack
38
# sitecustomize adds significant latency to ipython kernel startup and should only be added if needed
39
# ADD patches/sitecustomize.py /root/.local/lib/${PYTHON_VERSION_PATH}/site-packages/sitecustomize.py
40
41
+# Prereqs
42
+# This is needed for cv2 (opencv-python):
43
+# https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo
44
+RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
45
+
46
# Install all the packages together for maximum compatibility.
47
48
# Install Tensorflow.
0 commit comments