Skip to content

Commit

Permalink
Update build_wheel.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bhack authored May 11, 2024
1 parent 6115751 commit 93516cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/build_wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG PY_VERSION
ARG TF_VERSION

# TODO: Temporary due to build bug https://github.com/pypa/pip/issues/11770
RUN python -m pip install pip==22.3.1
RUN python -m pip install --upgrade pip==22.3.1 setuptools

# TODO: Remove this if tensorflow/build container removes their keras-nightly install
# https://github.com/tensorflow/build/issues/78
Expand Down

0 comments on commit 93516cd

Please sign in to comment.