We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e68f49 + 054c1b5 commit ad4d638Copy full SHA for ad4d638
Dockerfile
@@ -438,6 +438,7 @@ RUN pip install flashtext && \
438
# papermill can replace nbconvert for executing notebooks
439
pip install papermill && \
440
pip install cloud-tpu-client && \
441
+ pip install tensorflow-datasets && \
442
/tmp/clean-layer.sh
443
444
# Tesseract and some associated utility packages
tests/test_imports.py
@@ -6,3 +6,4 @@ def test_basic(self):
6
import bq_helper
7
import cleverhans
8
import tensorflow_gcs_config
9
+ import tensorflow_datasets
0 commit comments