Skip to content

Commit

Permalink
Update docker build with TensorStore and list it as a dependency.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 436402469
  • Loading branch information
laurentes authored and copybara-github committed Mar 22, 2022
1 parent e97a86a commit fe60d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lingvo/jax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ More specifically:

* [clu](http://pypi.org/project/clu/)

* [tensorstore](http://github.com/google/tensorstore)

* (optional) [MLPerf logging](http://github.com/mlcommons/logging)
1 change: 1 addition & 0 deletions lingvo/jax/pip_package/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ RUN for python in python3.7 python3.8 python3.9; do \
scipy \
sentencepiece \
sympy \
tensorstore \
twine && \
$python -m pip install tensorflow tensorflow-datasets tensorflow-text; \
done
Expand Down

0 comments on commit fe60d03

Please sign in to comment.