Skip to content

Commit

Permalink
Fixes after a trial run.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 313793473
Change-Id: I46d8c16e0201d154c76eabb87b7ad8ddab88044d
  • Loading branch information
tfboyd authored and copybara-github committed May 29, 2020
1 parent cfd8ec5 commit a320389
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions reverb/pip_package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ $ docker build --tag tensorflow:reverb_release \

# oss_build.sh will build a .whl for Python 3.6 by default
$ docker run --rm -it --mount "type=bind,src=$REVERB_DIR,dst=/tmp/reverb" \
tensorflow:reverb_release bash oss_build.sh
tensorflow:reverb_release bash oss_build.sh --clean true


# Alternatively configure and build for Python 3.6, 3.7, and 3.8.
$ docker build --tag tensorflow:reverb \
--build-arg python_version="python3.6 python3.7 python3.8" \
- < "$REVERB_DIR/docker/dev.dockerfile"
# Alternatively configure and build for Python 3.6 and 3.7.
# Python 3.8 is supported in the docker build file but cannot be used until
# dm-tree supports 3.8.
$ docker build --tag tensorflow:reverb_release \
--build-arg python_version="python3.6 python3.7" \
- < "$REVERB_DIR/docker/release.dockerfile"

# Build a .whl for Python 3.7
$ docker run --rm -it --mount "type=bind,src=$REVERB_DIR,dst=/tmp/reverb" \
Expand Down

0 comments on commit a320389

Please sign in to comment.