Skip to content

Commit 054c1b5

Browse files
committed
Add tensorflow-datasets package
This package do not include the datasets. It is merely a nice interface to load dataset from GCS. BUG=158329670
1 parent 0e68f49 commit 054c1b5

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)