Skip to content

Commit ad4d638

Browse files
authored
Merge pull request #833 from Kaggle/add-tfds
Add tensorflow-datasets package
2 parents 0e68f49 + 054c1b5 commit ad4d638

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ RUN pip install flashtext && \
438438
# papermill can replace nbconvert for executing notebooks
439439
pip install papermill && \
440440
pip install cloud-tpu-client && \
441+
pip install tensorflow-datasets && \
441442
/tmp/clean-layer.sh
442443

443444
# Tesseract and some associated utility packages

tests/test_imports.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ def test_basic(self):
66
import bq_helper
77
import cleverhans
88
import tensorflow_gcs_config
9+
import tensorflow_datasets

0 commit comments

Comments
 (0)