Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 5b347e5

Browse files
authored
Switch to tfds-nightly
1 parent cfb8892 commit 5b347e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

perfzero/docker/Dockerfile_ubuntu_1804_tf_v2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ RUN pip3 install --upgrade pip==9.0.1
6565
RUN pip3 install --upgrade setuptools google-api-python-client pyyaml google-cloud google-cloud-bigquery
6666
RUN pip3 install wheel absl-py
6767
RUN pip3 install --upgrade --force-reinstall tf-nightly-gpu-2.0-preview
68-
RUN pip3 install tensorflow-datasets
69-
RUN pip3 install tensorflow-metadata
68+
RUN pip3 install tfds-nightly
7069

7170
RUN curl https://raw.githubusercontent.com/tensorflow/models/master/official/requirements.txt > /tmp/requirements.txt
7271
RUN pip3 install -r /tmp/requirements.txt

0 commit comments

Comments
 (0)