Skip to content

Commit

Permalink
add a specific version of tensorflow_datasets (#1305)
Browse files Browse the repository at this point in the history
re-push with signed email
  • Loading branch information
jazzsir authored Jul 20, 2021
1 parent e306113 commit 47a74b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v1/distribution_strategy/keras-API/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM tensorflow/tensorflow:2.1.0-gpu-py3

RUN pip install tensorflow_datasets
RUN pip install tensorflow_datasets==2.1.0

COPY multi_worker_strategy-with-keras.py /
ENTRYPOINT ["python", "/multi_worker_strategy-with-keras.py", "--saved_model_dir", "/train/saved_model/", "--checkpoint_dir", "/train/checkpoint"]

0 comments on commit 47a74b7

Please sign in to comment.